opendrift.errors
Module Contents
- 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.