Exception classes

Note

These classes are used to handle exceptions in the ctfr package and are not meant to be instantied by the user.

exception ctfr.exception.Exception_

Bases: Exception

Base class for exceptions in this module.

exception ctfr.exception.InvalidRepresentationTypeError

Bases: Exception_

exception ctfr.exception.InvalidCombinationMethodError

Bases: Exception_

exception ctfr.exception.InvalidSpecError

Bases: Exception_

exception ctfr.exception.InvalidSampleError

Bases: Exception_

exception ctfr.exception.CitationNotImplementedError

Bases: Exception_

exception ctfr.exception.ArgumentRequiredError

Bases: Exception_