Mercurial > repos > yufei-luo > s_mart
comparison commons/pyRepetUnit/doc/commons.Checker.CheckerException-class.html @ 31:0ab839023fe4
Uploaded
author | m-zytnicki |
---|---|
date | Tue, 30 Apr 2013 14:33:21 -0400 |
parents | 94ab73e8a190 |
children |
comparison
equal
deleted
inserted
replaced
30:5677346472b5 | 31:0ab839023fe4 |
---|---|
1 <?xml version="1.0" encoding="ascii"?> | |
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"> | |
5 <head> | |
6 <title>commons.Checker.CheckerException</title> | |
7 <link rel="stylesheet" href="epydoc.css" type="text/css" /> | |
8 <script type="text/javascript" src="epydoc.js"></script> | |
9 </head> | |
10 | |
11 <body bgcolor="white" text="black" link="blue" vlink="#204080" | |
12 alink="#204080"> | |
13 <!-- ==================== NAVIGATION BAR ==================== --> | |
14 <table class="navbar" border="0" width="100%" cellpadding="0" | |
15 bgcolor="#a0c0ff" cellspacing="0"> | |
16 <tr valign="middle"> | |
17 | |
18 <!-- Tree link --> | |
19 <th> <a | |
20 href="module-tree.html">Trees</a> </th> | |
21 | |
22 <!-- Index link --> | |
23 <th> <a | |
24 href="identifier-index.html">Indices</a> </th> | |
25 | |
26 <!-- Help link --> | |
27 <th> <a | |
28 href="help.html">Help</a> </th> | |
29 | |
30 <th class="navbar" width="100%"></th> | |
31 </tr> | |
32 </table> | |
33 <table width="100%" cellpadding="0" cellspacing="0"> | |
34 <tr valign="top"> | |
35 <td width="100%"> | |
36 <span class="breadcrumbs"> | |
37 Package commons :: | |
38 <a href="commons.Checker-module.html">Module Checker</a> :: | |
39 Class CheckerException | |
40 </span> | |
41 </td> | |
42 <td> | |
43 <table cellpadding="0" cellspacing="0"> | |
44 <!-- hide/show private --> | |
45 <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink" | |
46 onclick="toggle_private();">hide private</a>]</span></td></tr> | |
47 <tr><td align="right"><span class="options" | |
48 >[<a href="frames.html" target="_top">frames</a | |
49 >] | <a href="commons.Checker.CheckerException-class.html" | |
50 target="_top">no frames</a>]</span></td></tr> | |
51 </table> | |
52 </td> | |
53 </tr> | |
54 </table> | |
55 <!-- ==================== CLASS DESCRIPTION ==================== --> | |
56 <h1 class="epydoc">Class CheckerException</h1><p class="nomargin-top"><span class="codelink"><a href="commons.Checker-pysrc.html#CheckerException">source code</a></span></p> | |
57 <pre class="base-tree"> | |
58 object --+ | |
59 | | |
60 exceptions.BaseException --+ | |
61 | | |
62 exceptions.Exception --+ | |
63 | | |
64 <strong class="uidshort">CheckerException</strong> | |
65 </pre> | |
66 | |
67 <hr /> | |
68 <p>Exception raised during check.</p> | |
69 | |
70 <!-- ==================== INSTANCE METHODS ==================== --> | |
71 <a name="section-InstanceMethods"></a> | |
72 <table class="summary" border="1" cellpadding="3" | |
73 cellspacing="0" width="100%" bgcolor="white"> | |
74 <tr bgcolor="#70b0f0" class="table-header"> | |
75 <td colspan="2" class="table-header"> | |
76 <table border="0" cellpadding="0" cellspacing="0" width="100%"> | |
77 <tr valign="top"> | |
78 <td align="left"><span class="table-header">Instance Methods</span></td> | |
79 <td align="right" valign="top" | |
80 ><span class="options">[<a href="#section-InstanceMethods" | |
81 class="privatelink" onclick="toggle_private();" | |
82 >hide private</a>]</span></td> | |
83 </tr> | |
84 </table> | |
85 </td> | |
86 </tr> | |
87 <tr> | |
88 <td width="15%" align="right" valign="top" class="summary"> | |
89 <span class="summary-type"> </span> | |
90 </td><td class="summary"> | |
91 <table width="100%" cellpadding="0" cellspacing="0" border="0"> | |
92 <tr> | |
93 <td><span class="summary-sig"><a href="commons.Checker.CheckerException-class.html#__init__" class="summary-sig-name">__init__</a>(<span class="summary-sig-arg">self</span>, | |
94 <span class="summary-sig-arg">msg</span>=<span class="summary-sig-default"><code class="variable-quote">'</code><code class="variable-string"></code><code class="variable-quote">'</code></span>)</span><br /> | |
95 x.__init__(...) initializes x; see x.__class__.__doc__ for signature</td> | |
96 <td align="right" valign="top"> | |
97 <span class="codelink"><a href="commons.Checker-pysrc.html#CheckerException.__init__">source code</a></span> | |
98 | |
99 </td> | |
100 </tr> | |
101 </table> | |
102 | |
103 </td> | |
104 </tr> | |
105 <tr> | |
106 <td colspan="2" class="summary"> | |
107 <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.Exception</code></b>: | |
108 <code>__new__</code> | |
109 </p> | |
110 <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>: | |
111 <code>__delattr__</code>, | |
112 <code>__getattribute__</code>, | |
113 <code>__getitem__</code>, | |
114 <code>__getslice__</code>, | |
115 <code>__reduce__</code>, | |
116 <code>__repr__</code>, | |
117 <code>__setattr__</code>, | |
118 <code>__setstate__</code>, | |
119 <code>__str__</code> | |
120 </p> | |
121 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: | |
122 <code>__hash__</code>, | |
123 <code>__reduce_ex__</code> | |
124 </p> | |
125 </td> | |
126 </tr> | |
127 </table> | |
128 <!-- ==================== INSTANCE VARIABLES ==================== --> | |
129 <a name="section-InstanceVariables"></a> | |
130 <table class="summary" border="1" cellpadding="3" | |
131 cellspacing="0" width="100%" bgcolor="white"> | |
132 <tr bgcolor="#70b0f0" class="table-header"> | |
133 <td colspan="2" class="table-header"> | |
134 <table border="0" cellpadding="0" cellspacing="0" width="100%"> | |
135 <tr valign="top"> | |
136 <td align="left"><span class="table-header">Instance Variables</span></td> | |
137 <td align="right" valign="top" | |
138 ><span class="options">[<a href="#section-InstanceVariables" | |
139 class="privatelink" onclick="toggle_private();" | |
140 >hide private</a>]</span></td> | |
141 </tr> | |
142 </table> | |
143 </td> | |
144 </tr> | |
145 <tr> | |
146 <td width="15%" align="right" valign="top" class="summary"> | |
147 <span class="summary-type">str</span> | |
148 </td><td class="summary"> | |
149 <a name="msg"></a><span class="summary-name">msg</span><br /> | |
150 message embeded in Execption class | |
151 </td> | |
152 </tr> | |
153 </table> | |
154 <!-- ==================== PROPERTIES ==================== --> | |
155 <a name="section-Properties"></a> | |
156 <table class="summary" border="1" cellpadding="3" | |
157 cellspacing="0" width="100%" bgcolor="white"> | |
158 <tr bgcolor="#70b0f0" class="table-header"> | |
159 <td colspan="2" class="table-header"> | |
160 <table border="0" cellpadding="0" cellspacing="0" width="100%"> | |
161 <tr valign="top"> | |
162 <td align="left"><span class="table-header">Properties</span></td> | |
163 <td align="right" valign="top" | |
164 ><span class="options">[<a href="#section-Properties" | |
165 class="privatelink" onclick="toggle_private();" | |
166 >hide private</a>]</span></td> | |
167 </tr> | |
168 </table> | |
169 </td> | |
170 </tr> | |
171 <tr> | |
172 <td colspan="2" class="summary"> | |
173 <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>: | |
174 <code>args</code>, | |
175 <code>message</code> | |
176 </p> | |
177 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: | |
178 <code>__class__</code> | |
179 </p> | |
180 </td> | |
181 </tr> | |
182 </table> | |
183 <!-- ==================== METHOD DETAILS ==================== --> | |
184 <a name="section-MethodDetails"></a> | |
185 <table class="details" border="1" cellpadding="3" | |
186 cellspacing="0" width="100%" bgcolor="white"> | |
187 <tr bgcolor="#70b0f0" class="table-header"> | |
188 <td colspan="2" class="table-header"> | |
189 <table border="0" cellpadding="0" cellspacing="0" width="100%"> | |
190 <tr valign="top"> | |
191 <td align="left"><span class="table-header">Method Details</span></td> | |
192 <td align="right" valign="top" | |
193 ><span class="options">[<a href="#section-MethodDetails" | |
194 class="privatelink" onclick="toggle_private();" | |
195 >hide private</a>]</span></td> | |
196 </tr> | |
197 </table> | |
198 </td> | |
199 </tr> | |
200 </table> | |
201 <a name="__init__"></a> | |
202 <div> | |
203 <table class="details" border="1" cellpadding="3" | |
204 cellspacing="0" width="100%" bgcolor="white"> | |
205 <tr><td> | |
206 <table width="100%" cellpadding="0" cellspacing="0" border="0"> | |
207 <tr valign="top"><td> | |
208 <h3 class="epydoc"><span class="sig"><span class="sig-name">__init__</span>(<span class="sig-arg">self</span>, | |
209 <span class="sig-arg">msg</span>=<span class="sig-default"><code class="variable-quote">'</code><code class="variable-string"></code><code class="variable-quote">'</code></span>)</span> | |
210 <br /><em class="fname">(Constructor)</em> | |
211 </h3> | |
212 </td><td align="right" valign="top" | |
213 ><span class="codelink"><a href="commons.Checker-pysrc.html#CheckerException.__init__">source code</a></span> | |
214 </td> | |
215 </tr></table> | |
216 | |
217 <p>x.__init__(...) initializes x; see x.__class__.__doc__ for | |
218 signature</p> | |
219 <dl class="fields"> | |
220 <dt>Overrides: | |
221 object.__init__ | |
222 <dd><em class="note">(inherited documentation)</em></dd> | |
223 </dt> | |
224 </dl> | |
225 </td></tr></table> | |
226 </div> | |
227 <br /> | |
228 <!-- ==================== NAVIGATION BAR ==================== --> | |
229 <table class="navbar" border="0" width="100%" cellpadding="0" | |
230 bgcolor="#a0c0ff" cellspacing="0"> | |
231 <tr valign="middle"> | |
232 | |
233 <!-- Tree link --> | |
234 <th> <a | |
235 href="module-tree.html">Trees</a> </th> | |
236 | |
237 <!-- Index link --> | |
238 <th> <a | |
239 href="identifier-index.html">Indices</a> </th> | |
240 | |
241 <!-- Help link --> | |
242 <th> <a | |
243 href="help.html">Help</a> </th> | |
244 | |
245 <th class="navbar" width="100%"></th> | |
246 </tr> | |
247 </table> | |
248 <table border="0" cellpadding="0" cellspacing="0" width="100%%"> | |
249 <tr> | |
250 <td align="left" class="footer"> | |
251 Generated by Epydoc 3.0.1 on Fri Apr 10 16:39:01 2009 | |
252 </td> | |
253 <td align="right" class="footer"> | |
254 <a target="mainFrame" href="http://epydoc.sourceforge.net" | |
255 >http://epydoc.sourceforge.net</a> | |
256 </td> | |
257 </tr> | |
258 </table> | |
259 | |
260 <script type="text/javascript"> | |
261 <!-- | |
262 // Private objects are initially displayed (because if | |
263 // javascript is turned off then we want them to be | |
264 // visible); but by default, we want to hide them. So hide | |
265 // them unless we have a cookie that says to show them. | |
266 checkCookie(); | |
267 // --> | |
268 </script> | |
269 </body> | |
270 </html> |