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