HDF5_BLS.errors

Exceptions

WrapperError(msg)

Base class for all the exceptions raised by the Wrapper class.

WrapperError_ArgumentType(msg)

Error raised when an argument is of the wrong type.

WrapperError_FileNotFound(msg)

Error raised when a file does not exist.

WrapperError_Overwrite(msg)

Error raised when an element is to be overwritten.

WrapperError_Save(msg)

Error raised when teh file is not saved or cannot be saved.

WrapperError_StructureError(msg)

Error raised when the expected structure of the file is not correct.

exception HDF5_BLS.errors.WrapperError(msg)[source]

Bases: Exception

Base class for all the exceptions raised by the Wrapper class.

exception HDF5_BLS.errors.WrapperError_ArgumentType(msg)[source]

Bases: WrapperError

Error raised when an argument is of the wrong type.

exception HDF5_BLS.errors.WrapperError_FileNotFound(msg)[source]

Bases: WrapperError

Error raised when a file does not exist.

exception HDF5_BLS.errors.WrapperError_Overwrite(msg)[source]

Bases: WrapperError

Error raised when an element is to be overwritten.

exception HDF5_BLS.errors.WrapperError_Save(msg)[source]

Bases: WrapperError

Error raised when teh file is not saved or cannot be saved.

exception HDF5_BLS.errors.WrapperError_StructureError(msg)[source]

Bases: WrapperError

Error raised when the expected structure of the file is not correct.