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#

Bases: Exception

Common base class for all non-exit exceptions.

exception solpolpy.errors.TooFewFilesError#

Bases: SolpolpyError

Common base class for all non-exit exceptions.

exception solpolpy.errors.UnsupportedInstrumentError#

Bases: SolpolpyError

Common base class for all non-exit exceptions.

exception solpolpy.errors.UnsupportedTransformationError#

Bases: SolpolpyError

Common base class for all non-exit exceptions.

exception solpolpy.errors.MissingAlphaError#

Bases: SolpolpyError

Common base class for all non-exit exceptions.

exception solpolpy.errors.InvalidDataError#

Bases: SolpolpyError

Common base class for all non-exit exceptions.