bsie.utils.errors module#

Common BSIE exceptions.

exception bsie.utils.errors.BuilderError#

Bases: _BSIEError

The Builder failed to create an instance.

exception bsie.utils.errors.ExtractorError#

Bases: _BSIEError

The Extractor failed to process the given content.

exception bsie.utils.errors.LoaderError#

Bases: BuilderError

Failed to load a module or class.

exception bsie.utils.errors.ReaderError#

Bases: _BSIEError

The Reader failed to read the given file.