Package xml :: Package sax :: Module _exceptions :: Class SAXReaderNotAvailable
[hide private]
[frames] | no frames]

type SAXReaderNotAvailable

              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.

Instance Methods [hide private]

Inherited from SAXException: __getitem__, __init__, __str__, getException, getMessage

Inherited from exceptions.Exception: __new__

Inherited from exceptions.BaseException: __delattr__, __getattribute__, __getslice__, __reduce__, __repr__, __setattr__, __setstate__

Properties [hide private]

Inherited from exceptions.BaseException: args, message