You're reading the documentation for a development version. For the latest released version, please have a look at v0.5.
cwepr.exceptions module
Exceptions for the cwepr package.
For preventing cyclic imports and for a better overview, all exception classes of the cwepr package are collected in this module. It is save for every other module to import this module, as this module does not depend on any other modules.
- exception cwepr.exceptions.UnsupportedDataFormatError(message='')
Bases:
ErrorException raised when data format is not supported.
- exception cwepr.exceptions.MissingPathError(message='')
Bases:
ErrorException raised when no path is provided.
- exception cwepr.exceptions.MissingInfoFileError(message='')
Bases:
ErrorException raised when no user created info file is found.
- exception cwepr.exceptions.ExperimentTypeError(message='')
Bases:
ErrorException raised in case of problems with designated experiment type.
This includes two cases: 1) the data provided do not correspond to a cw experiment 2) the experiment type cannot be determined.
- message
explanation of the error
- Type:
str
- exception cwepr.exceptions.DimensionError(message='')
Bases:
ErrorException indicating error in the dimension of an object.
- message
explanation of the error
- Type:
str
- exception cwepr.exceptions.MissingInformationError(message='')
Bases:
ErrorException raised when not enough information is provided.