util package

Submodules

util.exception module

exception util.exception.CLibraryNotFound

Bases: Exception

Used when unable to find a C-Library during the loading process

exception util.exception.ImplementationError

Bases: Exception

Used when a pure virtual function was not implemented.

exception util.exception.JPEGDecodingError

Bases: Exception

Used when an error occurs decoding a JPEG.

exception util.exception.LatitudeOutOfRange

Bases: Exception

Used when Latitude is out of range, I.E. -90 <= latitude <= 90.

exception util.exception.MagicNumberError

Bases: Exception

Used when magic number in file doesn’t match the specification.

exception util.exception.ReadError

Bases: Exception

Used when unable to read a file, dir, or archive

exception util.exception.UndefinedTagError

Bases: Exception

Used when a bad TIFF tag is encountered.

Module contents