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

Class ParserPositionException

source code

         java.lang.Exception --+        
                               |        
xml.sax._exceptions.SAXException --+    
                                   |    
                     ParserException --+
                                       |
                                      ParserPositionException

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)