HDF5_BLS.errors
Exceptions
|
Base class for all the exceptions raised by the Wrapper class. |
Error raised when an argument is of the wrong type. |
|
Error raised when a file does not exist. |
|
Error raised when an element is to be overwritten. |
|
|
Error raised when teh file is not saved or cannot be saved. |
Error raised when the expected structure of the file is not correct. |
- exception HDF5_BLS.errors.WrapperError(msg)[source]
Bases:
ExceptionBase class for all the exceptions raised by the Wrapper class.
- exception HDF5_BLS.errors.WrapperError_ArgumentType(msg)[source]
Bases:
WrapperErrorError raised when an argument is of the wrong type.
- exception HDF5_BLS.errors.WrapperError_FileNotFound(msg)[source]
Bases:
WrapperErrorError raised when a file does not exist.
- exception HDF5_BLS.errors.WrapperError_Overwrite(msg)[source]
Bases:
WrapperErrorError raised when an element is to be overwritten.
- exception HDF5_BLS.errors.WrapperError_Save(msg)[source]
Bases:
WrapperErrorError raised when teh file is not saved or cannot be saved.
- exception HDF5_BLS.errors.WrapperError_StructureError(msg)[source]
Bases:
WrapperErrorError raised when the expected structure of the file is not correct.