Module pyparsing :: Class ParseException
[frames | no frames]

Class ParseException

Exception --+
            |
           ParseException


exception thrown when parse expressions don't match class
Method Summary
  __init__(self, pstr, loc, msg)
  __getattr__(self, aname)
supported attributes by name are:
  __repr__(self)
  __str__(self)
Inherited from Exception: __getitem__

Class Variable Summary
tuple __slots__ = ('loc', 'msg', 'pstr')

Method Details

__getattr__(self, aname)
(Qualification operator)

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

Class Variable Details

__slots__

Type:
tuple
Value:
('loc', 'msg', 'pstr')                                                 

Generated by Epydoc 2.1 on Wed Mar 23 23:59:24 2005 http://epydoc.sf.net