Gaudi Framework, version v23r10

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

Public Member Functions

def __init__
 
def __str__
 

Public Attributes

 parseElementTrace
 

Detailed Description

exception thrown by validate() if the grammar could be improperly recursive

Definition at line 250 of file pyparsing.py.

Constructor & Destructor Documentation

def pyparsing.RecursiveGrammarException.__init__ (   self,
  parseElementList 
)

Definition at line 252 of file pyparsing.py.

253  def __init__( self, parseElementList ):
254  self.parseElementTrace = parseElementList

Member Function Documentation

def pyparsing.RecursiveGrammarException.__str__ (   self)

Definition at line 255 of file pyparsing.py.

256  def __str__( self ):
257  return "RecursiveGrammarException: %s" % self.parseElementTrace

Member Data Documentation

pyparsing.RecursiveGrammarException.parseElementTrace

Definition at line 253 of file pyparsing.py.


The documentation for this class was generated from the following file:
Generated at Mon Sep 30 2013 14:52:08 for Gaudi Framework, version v23r10 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004