opendrift.errors
Exceptions
Common base class for all non-exit exceptions. |
|
Common base class for all non-exit exceptions. |
|
Common base class for all non-exit exceptions. |
|
Common base class for all non-exit exceptions. |
|
Common base class for all non-exit exceptions. |
Module Contents
- exception opendrift.errors.WrongMode(expected_mode, real_mode, msg=None)[source]
Bases:
Exception
Common base class for all non-exit exceptions.
Initialize self. See help(type(self)) for accurate signature.
- exception opendrift.errors.NotCoveredError[source]
Bases:
Exception
Common base class for all non-exit exceptions.
Initialize self. See help(type(self)) for accurate signature.
- exception opendrift.errors.OutsideSpatialCoverageError[source]
Bases:
NotCoveredError
Common base class for all non-exit exceptions.
Initialize self. See help(type(self)) for accurate signature.
- exception opendrift.errors.OutsideTemporalCoverageError[source]
Bases:
NotCoveredError
Common base class for all non-exit exceptions.
Initialize self. See help(type(self)) for accurate signature.
- exception opendrift.errors.VariableNotCoveredError[source]
Bases:
NotCoveredError
Common base class for all non-exit exceptions.
Initialize self. See help(type(self)) for accurate signature.