Gaudi Framework, version v25r0

Home   Generated: Mon Feb 17 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | List of all members
pyparsing.ParseSyntaxException Class Reference
Inheritance diagram for pyparsing.ParseSyntaxException:
Inheritance graph
[legend]
Collaboration diagram for pyparsing.ParseSyntaxException:
Collaboration graph
[legend]

Public Member Functions

def __init__
 

Additional Inherited Members

- Public Attributes inherited from pyparsing.ParseBaseException
 loc
 
 msg
 
 pstr
 
 parserElement
 

Detailed Description

just like ParseFatalException, but thrown internally when an
   ErrorStop indicates that parsing is to stop immediately because
   an unbacktrackable syntax error has been found

Definition at line 229 of file pyparsing.py.

Constructor & Destructor Documentation

def pyparsing.ParseSyntaxException.__init__ (   self,
  pe 
)

Definition at line 233 of file pyparsing.py.

234  def __init__(self, pe):
235  super(ParseSyntaxException, self).__init__(
236  pe.pstr, pe.loc, pe.msg, pe.parserElement)
237 
#~ class ReparseException(ParseBaseException):

The documentation for this class was generated from the following file:
Generated at Mon Feb 17 2014 14:38:22 for Gaudi Framework, version v25r0 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004