sar_processor.exceptions package#
This module is an example for managing exceptions of the package.
Submodules#
sar_processor.exceptions.errors module#
- exception sar_processor.exceptions.errors.InputValidationError#
Bases:
SarProcessorErrorAn input product or parameter failed validation.
- exception sar_processor.exceptions.errors.MyError#
Bases:
ExceptionRaised when an error occurs.
- exception sar_processor.exceptions.errors.SarProcessorError#
Bases:
ExceptionBase class for all sar-processor errors (hierarchy grows with the stage set; see SDD <5.2>).
sar_processor.exceptions.warnings module#
- exception sar_processor.exceptions.warnings.MyWarning#
Bases:
WarningRaised when an alert should be displayed.