1
<?xml version="1.0" encoding="iso-8859-1"?>
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
"DTD/xhtml1-transitional.dtd">
4
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
<title>pyparsing.pyparsing.RecursiveGrammarException</title>
7
<link rel="stylesheet" href="epydoc.css" type="text/css"></link>
9
<body bgcolor="white" text="black" link="blue" vlink="#204080"
12
<!-- =========== START OF NAVBAR =========== -->
13
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
15
<th class="navbar"> <a class="navbar" href="pyparsing.pyparsing-module.html">Home</a> </th>
16
<th class="navbar"> <a class="navbar" href="trees.html">Trees</a> </th>
17
<th class="navbar"> <a class="navbar" href="indices.html">Index</a> </th>
18
<th class="navbar"> <a class="navbar" href="help.html">Help</a> </th>
19
<th class="navbar" align="right" width="100%">
20
<table border="0" cellpadding="0" cellspacing="0">
21
<tr><th class="navbar" align="center">
24
</p></th></tr></table>
28
<table width="100%" cellpadding="0" cellspacing="0">
31
<font size="-1"><b class="breadcrumbs">
32
Package pyparsing ::
33
<a href="pyparsing.pyparsing-module.html">Module pyparsing</a> ::
34
Class RecursiveGrammarException
37
<td><table cellpadding="0" cellspacing="0">
38
<tr><td align="right"><font size="-2">[<a href="frames.html"target="_top">frames</a> | <a href="pyparsing.pyparsing.RecursiveGrammarException-class.html" target="_top">no frames</a>]</font></td></tr>
42
<!-- =========== START OF CLASS DESCRIPTION =========== -->
43
<h2 class="class">Type RecursiveGrammarException</h2>
45
<pre class="base-tree">
46
<a href="__builtin__.object-class.html"><code>object</code></a> --+
48
<a href="exceptions.BaseException-class.html"><code>BaseException</code></a> --+
50
<a href="exceptions.Exception-class.html"><code>Exception</code></a> --+
52
<b>RecursiveGrammarException</b>
57
exception thrown by validate() if the grammar could be improperly
62
<!-- =========== START OF METHOD SUMMARY =========== -->
63
<table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white">
64
<tr bgcolor="#70b0f0" class="summary">
65
<th colspan="2">Method Summary</th></tr>
66
<tr><td align="right" valign="top" width="15%"><font size="-1"> </font></td>
67
<td><code><a name="__init__"></a><span class="summary-sig"><span class="summary-sig-name">__init__</span>(<span class=summary-sig-arg>self</span>,
68
<span class=summary-sig-arg>parseElementList</span>)</span></code>
70
<tr><td align="right" valign="top" width="15%"><font size="-1"> </font></td>
71
<td><code><a name="__str__"></a><span class="summary-sig"><span class="summary-sig-name">__str__</span>(<span class=summary-sig-arg>self</span>)</span></code>
74
<b>Inherited from <a href="exceptions.Exception-class.html"><code>Exception</code></a>:</b>
75
<a href="exceptions.Exception-class.html#__new__"><code>__new__</code></a>
77
<b>Inherited from <a href="exceptions.BaseException-class.html"><code>BaseException</code></a>:</b>
78
<a href="exceptions.BaseException-class.html#__delattr__"><code>__delattr__</code></a>,
79
<a href="exceptions.BaseException-class.html#__getattribute__"><code>__getattribute__</code></a>,
80
<a href="exceptions.BaseException-class.html#__getitem__"><code>__getitem__</code></a>,
81
<a href="exceptions.BaseException-class.html#__getslice__"><code>__getslice__</code></a>,
82
<a href="exceptions.BaseException-class.html#__reduce__"><code>__reduce__</code></a>,
83
<a href="exceptions.BaseException-class.html#__repr__"><code>__repr__</code></a>,
84
<a href="exceptions.BaseException-class.html#__setattr__"><code>__setattr__</code></a>,
85
<a href="exceptions.BaseException-class.html#__setstate__"><code>__setstate__</code></a>
87
<b>Inherited from <a href="__builtin__.object-class.html"><code>object</code></a>:</b>
88
<a href="__builtin__.object-class.html#__hash__"><code>__hash__</code></a>,
89
<a href="__builtin__.object-class.html#__reduce_ex__"><code>__reduce_ex__</code></a>
94
<!-- =========== START OF CLASS VARIABLE SUMMARY =========== -->
95
<table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white">
96
<tr bgcolor="#70b0f0" class="summary">
97
<th colspan="2">Class Variable Summary</th></tr>
99
<b>Inherited from <a href="exceptions.BaseException-class.html"><code>BaseException</code></a>:</b>
100
<a href="exceptions.BaseException-class.html#args"><code>args</code></a>,
101
<a href="exceptions.BaseException-class.html#message"><code>message</code></a>
106
<!-- =========== START OF NAVBAR =========== -->
107
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
109
<th class="navbar"> <a class="navbar" href="pyparsing.pyparsing-module.html">Home</a> </th>
110
<th class="navbar"> <a class="navbar" href="trees.html">Trees</a> </th>
111
<th class="navbar"> <a class="navbar" href="indices.html">Index</a> </th>
112
<th class="navbar"> <a class="navbar" href="help.html">Help</a> </th>
113
<th class="navbar" align="right" width="100%">
114
<table border="0" cellpadding="0" cellspacing="0">
115
<tr><th class="navbar" align="center">
118
</p></th></tr></table>
123
<table border="0" cellpadding="0" cellspacing="0" width="100%">
125
<td align="left"><font size="-2">Generated by Epydoc 2.1 on Sun Feb 10 18:01:06 2008</font></td>
126
<td align="right"><a href="http://epydoc.sourceforge.net"
127
><font size="-2">http://epydoc.sf.net</font></a></td>