App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | List of all members
google.appengine._internal.antlr3.tree.RewriteCardinalityException Class Reference

tree related exceptions More...

Inheritance diagram for google.appengine._internal.antlr3.tree.RewriteCardinalityException:
google.appengine._internal.antlr3.tree.RewriteEarlyExitException google.appengine._internal.antlr3.tree.RewriteEmptyStreamException

Public Member Functions

def __init__
 
def getMessage
 

Public Attributes

 elementDescription
 

Detailed Description

tree related exceptions

@brief Base class for all exceptions thrown during AST rewrite construction.

This signifies a case where the cardinality of two or more elements
in a subrule are different: (ID INT)+ where |ID|!=|INT|

The documentation for this class was generated from the following file: