module documentation

Exception definitions.

Exception AlreadyBound Exception raised when attempting to bind an already bound object.
Exception BaseZimException Base class for all ZIM-related exceptions.
Exception BindingError Baseclass for exceptions caused by binding-related functionality.
Exception BindRequired Exception raised when an operation requiring a bound object is performed on an unbound object.
Exception BlobNotFound Exception raised when a blob was not found inside a cluster.
Exception EntryNotFound Exception raised when an entry was not found.
Exception IncompatibleZimFile Exception raised when a ZIM file is not compatible.
Exception MissingDependency Exception raised when a missing dependency prevents a feature from working.
Exception NoCounter Exception raised when the counter could not be loaded.
Exception NonMutable Exception raised when a non-mutable/non-modifiable object is modified.
Exception NotAZimFile Exception raised when a file does not appear to be a ZIM file.
Exception OperationNotSupported Exception raised when a class does not support an operation.
Exception ParseError Exception raised when a parsing failed!
Exception UnresolvedRedirect Exception raised when a redirect can not be resolved during writing.
Exception UnsortedList Exception raised when a list is not sorted even though it is supposed to be.
Exception UnsupportedCompressionType Exception raised when no compressor/decompressor is known for a specific compression type.
Exception ZimFeatureMissing Exception raised when a ZIM does not provide a feature.
Exception ZimFileClosed Exception raised when trying to operate on a closed ZIM file.
Exception ZimWriteException Baseclass for exception related to ZIM creation/modification.