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

Class ParserIncompleteException

source code

         java.lang.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

Method Details [hide private]

__init__(self, pos)
(Constructor)

source code 

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

Overrides: xml.sax._exceptions.SAXException.__init__
(inherited documentation)

__iadd__(self, offset)

source code 
Overrides: ParserPositionException.__iadd__