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

type SAXNotRecognizedException

              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.

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