solpolpy.errors#

Exceptions#

SolpolpyError

Common base class for all non-exit exceptions.

TooFewFilesError

Common base class for all non-exit exceptions.

UnsupportedInstrumentError

Common base class for all non-exit exceptions.

UnsupportedTransformationError

Common base class for all non-exit exceptions.

MissingAlphaError

Common base class for all non-exit exceptions.

InvalidDataError

Common base class for all non-exit exceptions.

Module Contents#

exception solpolpy.errors.SolpolpyError[source]#

Bases: Exception

Common base class for all non-exit exceptions.

exception solpolpy.errors.TooFewFilesError[source]#

Bases: SolpolpyError

Common base class for all non-exit exceptions.

exception solpolpy.errors.UnsupportedInstrumentError[source]#

Bases: SolpolpyError

Common base class for all non-exit exceptions.

exception solpolpy.errors.UnsupportedTransformationError[source]#

Bases: SolpolpyError

Common base class for all non-exit exceptions.

exception solpolpy.errors.MissingAlphaError[source]#

Bases: SolpolpyError

Common base class for all non-exit exceptions.

exception solpolpy.errors.InvalidDataError[source]#

Bases: SolpolpyError

Common base class for all non-exit exceptions.