Home | Trees | Index | Help |
|
---|
Package parserFwk :: Module pyparsing :: Class ParseBaseException |
|
object
--+ |BaseException
--+ |Exception
--+ | ParseBaseException
ParseException
,
ParseFatalException
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 :
__new__
Inherited from BaseException :
__delattr__ ,
__getattribute__ ,
__getitem__ ,
__getslice__ ,
__reduce__ ,
__setattr__ ,
__setstate__
Inherited from object :
__hash__ ,
__reduce_ex__
|
Class Variable Summary | |
---|---|
tuple |
__slots__ = ('loc', 'msg', 'pstr', 'parserElement')
|
member_descriptor |
loc = <member 'loc' of 'ParseBaseException' objects>
|
member_descriptor |
msg = <member 'msg' of 'ParseBaseException' objects>
|
member_descriptor |
parserElement = <member 'parserElement' of 'ParseBaseExc...
|
member_descriptor |
pstr = <member 'pstr' of 'ParseBaseException' objects>
|
Inherited from BaseException :
args ,
message
|
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__
|
loc
|
msg
|
parserElement
|
pstr
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Oct 07 01:31:52 2007 | http://epydoc.sf.net |