opendrift.errors

Exceptions

WrongMode

Common base class for all non-exit exceptions.

NotCoveredError

Common base class for all non-exit exceptions.

OutsideSpatialCoverageError

Common base class for all non-exit exceptions.

OutsideTemporalCoverageError

Common base class for all non-exit exceptions.

VariableNotCoveredError

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.