exception documentation

class StringParseError(ParseError): (source)

View In Hierarchy

Undocumented

Inherited from ParseError:

Class Method from_exc Undocumented
Method __init__ Undocumented
Method __str__ Undocumented
Method at Add position information from `node` if it doesn't already exist.
Method clear_position Undocumented
Property line Undocumented
Instance Variable _column Undocumented
Instance Variable _filename Undocumented
Instance Variable _line Undocumented
Instance Variable _text Undocumented