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

Class ParserIncompleteException

  Exception --+            
              |            
   SAXException --+        
                  |        
    ParserException --+    
                      |    
ParserPositionException --+
                          |
                         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 Aug 10 20:05:34 2006 http://epydoc.sf.net