| Trees | Index | Help |
|---|
| Package Martel :: Module Parser :: Class ParserIncompleteException |
|
Exception--+ |SAXException--+ |ParserException--+ |ParserPositionException--+ | ParserIncompleteException
| Method Summary | |
|---|---|
__init__(self,
pos)
| |
__iadd__(self,
offset)
| |
| Inherited from ParserException | |
| |
| Inherited from SAXException | |
Avoids weird error messages if someone does exception[ix] by mistake, since Exception has __getitem__ defined. | |
Create a string representation of the exception. | |
Return the embedded exception, or None if there was none. | |
Return a message for this exception. | |
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Mon Aug 14 08:26:44 2006 | http://epydoc.sf.net |