aiida_cusp.utils.exceptions module

Custom exceptions

exception aiida_cusp.utils.exceptions.CommandLineError

Bases: Exception

Exception raised by CLI commands.

exception aiida_cusp.utils.exceptions.CustodianSettingsError

Bases: Exception

Exception raised by the CustodianSettings class.

exception aiida_cusp.utils.exceptions.IncarWrapperError

Bases: Exception

Exception raised by the Incar wrapper class.

exception aiida_cusp.utils.exceptions.KpointWrapperError

Bases: Exception

Exception raised by the KpointWrapper class.

exception aiida_cusp.utils.exceptions.MultiplePotcarError

Bases: Exception

Exception raised if POTCAR file is already stored in the database.

exception aiida_cusp.utils.exceptions.PoscarWrapperError

Bases: Exception

Exception raised by the PoscarWrapper class.

exception aiida_cusp.utils.exceptions.PotcarParserError

Bases: Exception

Exception raised by the PotcarParser class.

exception aiida_cusp.utils.exceptions.PotcarPathError

Bases: Exception

Exception raised by the PotcarPathParser class.

exception aiida_cusp.utils.exceptions.VaspPotcarDataError

Bases: Exception

Exception raised by the VaspPotcarData class.

exception aiida_cusp.utils.exceptions.VaspPotcarFileError

Bases: Exception

Exception raised by the VaspPotcarFile class.