|
Gaudi Framework, version v23r6 |
| Home | Generated: Wed Jan 30 2013 |


Public Member Functions | |
| def | __init__ |
| def | __getattr__ |
| def | __str__ |
| def | __repr__ |
| def | markInputline |
| def | __dir__ |
Public Attributes | |
| loc | |
| msg | |
| pstr | |
| parserElement | |
base exception class for all parsing runtime exceptions
Definition at line 167 of file pyparsing.py.
| def pyparsing.ParseBaseException.__init__ | ( | self, | |
| pstr, | |||
loc = 0, |
|||
msg = None, |
|||
elem = None |
|||
| ) |
| def pyparsing.ParseBaseException.__dir__ | ( | self | ) |
Definition at line 211 of file pyparsing.py.
| def pyparsing.ParseBaseException.__getattr__ | ( | self, | |
| aname | |||
| ) |
supported attributes by name are:
- lineno - returns the line number of the exception text
- col - returns the column number of the exception text
- line - returns the line containing the exception text
Definition at line 181 of file pyparsing.py.
| def pyparsing.ParseBaseException.__repr__ | ( | self | ) |
Definition at line 199 of file pyparsing.py.
| def pyparsing.ParseBaseException.__str__ | ( | self | ) |
| def pyparsing.ParseBaseException.markInputline | ( | self, | |
markerString = ">!<" |
|||
| ) |
Extracts the exception line from the input string, and marks the location of the exception with a special symbol.
Definition at line 201 of file pyparsing.py.
| pyparsing.ParseBaseException.loc |
Definition at line 172 of file pyparsing.py.
| pyparsing.ParseBaseException.msg |
Definition at line 174 of file pyparsing.py.
| pyparsing.ParseBaseException.parserElement |
Definition at line 179 of file pyparsing.py.
| pyparsing.ParseBaseException.pstr |
Definition at line 175 of file pyparsing.py.