bsie.utils.errors module#
Common BSIE exceptions.
- exception bsie.utils.errors.BuilderError#
Bases:
_BSIEErrorThe Builder failed to create an instance.
- exception bsie.utils.errors.ExtractorError#
Bases:
_BSIEErrorThe Extractor failed to process the given content.
- exception bsie.utils.errors.LoaderError#
Bases:
BuilderErrorFailed to load a module or class.
- exception bsie.utils.errors.ReaderError#
Bases:
_BSIEErrorThe Reader failed to read the given file.