pyre.xml.exceptions¶
Module Contents¶
-
exception
pyre.xml.exceptions.ParsingError(parser=None, document=None, **kwds)¶ Bases:
pyre.framework.exceptions.FrameworkErrorBase class for parsing errors
-
exception
pyre.xml.exceptions.UnsupportedFeatureError(features, **kwds)¶ Bases:
pyre.xml.exceptions.ParsingErrorException raised when one of the requested features is not supported by the parser
-
exception
pyre.xml.exceptions.DTDError¶ Bases:
pyre.xml.exceptions.ParsingErrorErrors relating to the structure of the document
-
exception
pyre.xml.exceptions.ProcessingError(saxlocator, **kwds)¶ Bases:
pyre.xml.exceptions.ParsingErrorErrors relating to the handling of the document
-
description= unknown processing error¶
-