mth5.utils.exceptions

Exceptions raised by MTH5

Created on Wed May 13 19:07:21 2020

@author: jpeacock

Exceptions

MTSchemaError

Common base class for all non-exit exceptions.

MTTimeError

Common base class for all non-exit exceptions.

MTH5Error

Common base class for all non-exit exceptions.

MTH5TableError

Common base class for all non-exit exceptions.

MTTSError

Common base class for all non-exit exceptions.

Module Contents

exception mth5.utils.exceptions.MTSchemaError[source]

Bases: Exception

Common base class for all non-exit exceptions.

exception mth5.utils.exceptions.MTTimeError[source]

Bases: Exception

Common base class for all non-exit exceptions.

exception mth5.utils.exceptions.MTH5Error[source]

Bases: Exception

Common base class for all non-exit exceptions.

exception mth5.utils.exceptions.MTH5TableError[source]

Bases: Exception

Common base class for all non-exit exceptions.

exception mth5.utils.exceptions.MTTSError[source]

Bases: Exception

Common base class for all non-exit exceptions.