pykoala.exceptions package
Submodules
pykoala.exceptions.exceptions module
Main exceptions used to trace errors within pykoala.
- exception pykoala.exceptions.exceptions.NoneAttrError(attr_name)[source]
Bases:
ExceptionException raised when trying to access to an attributed not provided.
- exception pykoala.exceptions.exceptions.ClassError(expected_classes, input_value)[source]
Bases:
ExceptionException raised when providing wrong data
- exception pykoala.exceptions.exceptions.MaskError[source]
Bases:
ExceptionExceptions raised for errors during data masking.
- exception pykoala.exceptions.exceptions.MaskBitError(accepted_values, input_value)[source]
Bases:
MaskErrorException raised when providing wrong bit mask value
- exception pykoala.exceptions.exceptions.CorrectionClassError(target_class, wrong_target)[source]
Bases:
ExceptionException class raised for CorrectionBase classes
- exception pykoala.exceptions.exceptions.TelluricError[source]
Bases:
ExceptionParent exception class raised during telluric correction
- exception pykoala.exceptions.exceptions.TelluricNoFileError[source]
Bases:
TelluricErrorParent exception class raised during telluric correction