emsarray.exceptions#

Exception and warning classes for specific exceptions relating to emsarray and datasets.

exception emsarray.exceptions.EmsarrayError#

Base class for all emsarray-specific exception classes.

exception emsarray.exceptions.ConventionViolationError#

A dataset violates its conventions in a way that is not recoverable.

exception emsarray.exceptions.ConventionViolationWarning#

A dataset violates its conventions in a way that we can handle. For example, an attribute has an invalid type, but is still interpretable.