Trees | Indices | Help |
|
---|
object --+ | exceptions.BaseException --+ | exceptions.Exception --+ | SAXException --+ | SAXNotRecognizedException
Exception class for an unrecognized identifier.
An XMLReader will raise this exception when it is confronted with an unrecognized feature or property. SAX applications and extensions may use this class for similar purposes.
Inherited from SAXException
:
__getitem__
,
__init__
,
__str__
,
getException
,
getMessage
Inherited from exceptions.Exception
:
__new__
Inherited from exceptions.BaseException
:
__delattr__
,
__getattribute__
,
__getslice__
,
__reduce__
,
__repr__
,
__setattr__
,
__setstate__
Inherited from exceptions.BaseException
:
args
,
message
Trees | Indices | Help |
|
---|