Home | Trees | Index | Help |
|
---|
Package parserFwk :: Module pyparsing :: Class ParseBaseException |
|
Exception
--+
|
ParseBaseException
ParseException
,
ParseFatalException
,
ReparseException
Method Summary | |
---|---|
__init__(self,
pstr,
loc,
msg,
elem)
| |
supported attributes by name are: | |
__repr__(self)
| |
__str__(self)
| |
Extracts the exception line from the input string, and marks the location of the exception with a special symbol. | |
Inherited from Exception :
__getitem__
|
Class Variable Summary | |
---|---|
tuple |
__slots__ = ('loc', 'msg', 'pstr', 'parserElement')
|
Method Details |
---|
__getattr__(self,
aname)
supported attributes by name are:
|
markInputline(self, markerString='>!<')Extracts the exception line from the input string, and marks the location of the exception with a special symbol. |
Class Variable Details |
---|
__slots__
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Dec 22 02:04:35 2006 | http://epydoc.sf.net |