pyre.xml.exceptions

Module Contents

exception pyre.xml.exceptions.ParsingError(parser=None, document=None, **kwds)

Bases: pyre.framework.exceptions.FrameworkError

Base class for parsing errors

exception pyre.xml.exceptions.UnsupportedFeatureError(features, **kwds)

Bases: pyre.xml.exceptions.ParsingError

Exception raised when one of the requested features is not supported by the parser

exception pyre.xml.exceptions.DTDError

Bases: pyre.xml.exceptions.ParsingError

Errors relating to the structure of the document

exception pyre.xml.exceptions.ProcessingError(saxlocator, **kwds)

Bases: pyre.xml.exceptions.ParsingError

Errors relating to the handling of the document

description = unknown processing error