pyre.config.exceptions

Module Contents

exception pyre.config.exceptions.ConfigurationError

Bases: pyre.framework.exceptions.FrameworkError

Base class for all configuration errors

exception pyre.config.exceptions.CodecError(codec, uri='', **kwds)

Bases: pyre.config.exceptions.ConfigurationError

Base class for codec errors

description = generic codec error
exception pyre.config.exceptions.UnknownEncodingError(encoding, **kwds)

Bases: pyre.config.exceptions.CodecError

A request for an unknown codec was made

description = {0.uri.uri!r}: unknown encoding {0.encoding!r}
exception pyre.config.exceptions.DecodingError

Bases: pyre.config.exceptions.CodecError

Exception raised by codecs when they encounter errors in their input streams

exception pyre.config.exceptions.EncodingError

Bases: pyre.config.exceptions.CodecError

Exception raised by codecs when they fail to inject an item in a stream

exception pyre.config.exceptions.LoadingError

Bases: pyre.config.exceptions.CodecError

Exception raised by codecs when they encounter errors in their input streams

exception pyre.config.exceptions.ShelfError(shelf, **kwds)

Bases: pyre.config.exceptions.ConfigurationError

exception pyre.config.exceptions.SymbolNotFoundError(symbol, **kwds)

Bases: pyre.config.exceptions.ShelfError

description = symbol {0.symbol!r} not found in {0.shelf!r}