Exceptions

exception pylada.error.root[source]

Root for all Pylada exceptions.

exception pylada.error.input[source]

Root for all input Pylada exceptions.

exception pylada.error.out_of_range[source]

Root for all out-of-range Pylada exceptions.

exception pylada.error.internal[source]

Root for all internal (cpp) Pylada exceptions.

exception pylada.error.infinite_loop[source]

Root for all infinite-loops Pylada exceptions.

exception pylada.error.ValueError[source]

Root for all ValueError Pylada exceptions.

exception pylada.error.KeyError[source]

Root for all KeyError Pylada exceptions.

exception pylada.error.AttributeError[source]

Root for all AttributeError Pylada exceptions.

exception pylada.error.IndexError[source]

Root for all IndexError Pylada exceptions.

exception pylada.error.TypeError[source]

Root for all TypeError Pylada exceptions.

exception pylada.error.NotImplementedError[source]

Root for all NotImplementedError Pylada exceptions.

exception pylada.error.ImportError[source]

Root for all ImportError Pylada exceptions.

exception pylada.error.IOError[source]

Root for all ImportError Pylada exceptions.

exception pylada.error.Math[source]

Root of math exceptions.

exception pylada.error.singular_matrix[source]

Singular matrix.

exception pylada.error.interactive[source]

Interactive usage error.

exception pylada.error.GrepError[source]

Raised when property could not be grepped from some OUTCAR.

exception pylada.error.ConfigError[source]

Some sort of Pylada configuration error.

Previous topic

Predefined Lattices

Next topic

JobFolder Module

This Page