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

Class ParserPositionException

Exception --+        
            |        
 SAXException --+    
                |    
  ParserException --+
                    |
                   ParserPositionException

Known Subclasses:
ParserIncompleteException

Method Summary
  __init__(self, pos)
  __iadd__(self, offset)
    Inherited from ParserException
  setLocation(self, text)
    Inherited from SAXException
  __getitem__(self, ix)
Avoids weird error messages if someone does exception[ix] by mistake, since Exception has __getitem__ defined.
  __str__(self)
Create a string representation of the exception.
  getException(self)
Return the embedded exception, or None if there was none.
  getMessage(self)
Return a message for this exception.

Generated by Epydoc 2.1 on Thu Jun 30 22:06:14 2005 http://epydoc.sf.net