tethys.core.exceptions

Module Contents

exception tethys.core.exceptions.TethysException[source]

Bases: Exception

Common base class for all non-exit exceptions.

Initialize self. See help(type(self)) for accurate signature.

exception tethys.core.exceptions.TethysRuntimeError[source]

Bases: RuntimeError, tethys.core.exceptions.TethysException

Unspecified run-time error.

Initialize self. See help(type(self)) for accurate signature.

exception tethys.core.exceptions.TethysRONotFound[source]

Bases: tethys.core.exceptions.TethysException

Common base class for all non-exit exceptions.

Initialize self. See help(type(self)) for accurate signature.

exception tethys.core.exceptions.TethysBadRepositoryObjectValue[source]

Bases: tethys.core.exceptions.TethysException

Common base class for all non-exit exceptions.

Initialize self. See help(type(self)) for accurate signature.

exception tethys.core.exceptions.TethysInputNodesNotFound[source]

Bases: tethys.core.exceptions.TethysException

Common base class for all non-exit exceptions.

Initialize self. See help(type(self)) for accurate signature.

exception tethys.core.exceptions.TethysSessionClosed[source]

Bases: tethys.core.exceptions.TethysException

Common base class for all non-exit exceptions.

Initialize self. See help(type(self)) for accurate signature.

exception tethys.core.exceptions.TethysStreamInProcess[source]

Bases: tethys.core.exceptions.TethysException

Common base class for all non-exit exceptions.

Initialize self. See help(type(self)) for accurate signature.

exception tethys.core.exceptions.TethysROFieldValidationError[source]

Bases: tethys.core.exceptions.TethysException

Common base class for all non-exit exceptions.

Initialize self. See help(type(self)) for accurate signature.