Trees | Indices | Help |
|
---|
object --+ | exceptions.BaseException --+ | exceptions.Exception --+ | SAXException --+ | SAXNotSupportedException --+ | SAXReaderNotAvailable
Exception class for a missing driver.
An XMLReader module (driver) should raise this exception when it is first imported, e.g. when a support module cannot be imported. It also may be raised during parsing, e.g. if executing an external program is not permitted.
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 |
|
---|