spextra.exceptions module#

Spextra-specfic exceptions and errors, for encapsulation.

exception spextra.exceptions.ArgumentError#

Bases: SpextraError, ValueError

Error in passed arguments.

exception spextra.exceptions.ConstructorError#

Bases: ArgumentError

Error in constructor arguments.

exception spextra.exceptions.NotInDatabaseError#

Bases: SpextraError, ValueError

Requested library is not in the database.

exception spextra.exceptions.NotInLibraryError#

Bases: SpextraError, ValueError

Requested file is not in the library.

exception spextra.exceptions.SpextraError#

Bases: Exception

Base class for errors in this Package.