Package pyparsing :: Module pyparsing :: Class ParseException
[hide private]
[frames] | no frames]

Class ParseException

source code

              object --+            
                       |            
exceptions.BaseException --+        
                           |        
        exceptions.Exception --+    
                               |    
              ParseBaseException --+
                                   |
                                  ParseException

exception thrown when parse expressions don't match class; supported attributes by name are:

Instance Methods [hide private]

Inherited from exceptions.Exception: __new__

Inherited from exceptions.BaseException: __delattr__, __getattribute__, __getitem__, __getslice__, __reduce__, __setattr__, __setstate__

Inherited from object: __hash__, __reduce_ex__

    Inherited from ParseBaseException
 
__dir__(self) source code
 
__getattr__(self, aname)
supported attributes by name are:
source code
 
__init__(self, pstr, loc=0, msg=None, elem=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__repr__(self)
repr(x)
source code
 
__str__(self)
str(x)
source code
 
markInputline(self, markerString='>!<')
Extracts the exception line from the input string, and marks the location of the exception with a special symbol.
source code
Properties [hide private]

Inherited from exceptions.BaseException: args, message

Inherited from object: __class__

    Inherited from ParseBaseException
  loc
  msg
  parserElement
  pstr