Method Summary |
|
__init__(self,
descr,
token) Construct a new structuring exception. |
int
|
__cmp__(self,
other) Compare two ParseError s, based on their line number. (inherited from ParseError )
|
string
|
__repr__(self) Return the formal representation of this ParseError . (inherited from ParseError )
|
string
|
__str__(self) Return the informal string representation of this ParseError . (inherited from ParseError )
|
string
|
as_error(self) Return a string representation of this ParseError . (inherited from ParseError )
|
string
|
as_warning(self) Return a string representation of this ParseError . (inherited from ParseError )
|