Package Martel :: Module Parser :: Class ParserIncompleteException
[hide private]
[frames] | no frames]

Class ParserIncompleteException

source code

              object --+                    
                       |                    
exceptions.BaseException --+                
                           |                
        exceptions.Exception --+            
                               |            
xml.sax._exceptions.SAXException --+        
                                   |        
                     ParserException --+    
                                       |    
                 ParserPositionException --+
                                           |
                                          ParserIncompleteException

Instance Methods [hide private]
 
__init__(self, pos)
Creates an exception.
source code
 
__iadd__(self, offset) source code

Inherited from ParserException: setLocation

Inherited from xml.sax._exceptions.SAXException: __getitem__, __str__, getException, getMessage

Inherited from exceptions.Exception: __new__

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

Inherited from object: __hash__, __reduce_ex__

Properties [hide private]

Inherited from exceptions.BaseException: args, message

Inherited from object: __class__

Method Details [hide private]

__init__(self, pos)
(Constructor)

source code 

Creates an exception. The message is required, but the exception is optional.

Overrides: object.__init__
(inherited documentation)

__iadd__(self, offset)

source code 
Overrides: ParserPositionException.__iadd__