|
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>ccm.CCMException</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 <a href="ccm-module.html">Package ccm</a> :: |
|
38 Class CCMException |
|
39 </span> |
|
40 </td> |
|
41 <td> |
|
42 <table cellpadding="0" cellspacing="0"> |
|
43 <!-- hide/show private --> |
|
44 <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink" |
|
45 onclick="toggle_private();">hide private</a>]</span></td></tr> |
|
46 <tr><td align="right"><span class="options" |
|
47 >[<a href="frames.html" target="_top">frames</a |
|
48 >] | <a href="ccm.CCMException-class.html" |
|
49 target="_top">no frames</a>]</span></td></tr> |
|
50 </table> |
|
51 </td> |
|
52 </tr> |
|
53 </table> |
|
54 <!-- ==================== CLASS DESCRIPTION ==================== --> |
|
55 <h1 class="epydoc">Class CCMException</h1><span class="codelink"><a href="ccm-pysrc.html#CCMException">source code</a></span><br /><br /> |
|
56 <pre class="base-tree"> |
|
57 object --+ |
|
58 | |
|
59 exceptions.BaseException --+ |
|
60 | |
|
61 exceptions.Exception --+ |
|
62 | |
|
63 <strong class="uidshort">CCMException</strong> |
|
64 </pre> |
|
65 |
|
66 <hr /> |
|
67 Base exception that should be raised by methods of this framework.<br /><br /> |
|
68 |
|
69 <!-- ==================== INSTANCE METHODS ==================== --> |
|
70 <a name="section-InstanceMethods"></a> |
|
71 <table class="summary" border="1" cellpadding="3" |
|
72 cellspacing="0" width="100%" bgcolor="white"> |
|
73 <tr bgcolor="#70b0f0" class="table-header"> |
|
74 <td colspan="2" class="table-header"> |
|
75 <table border="0" cellpadding="0" cellspacing="0" width="100%"> |
|
76 <tr valign="top"> |
|
77 <td align="left"><span class="table-header">Instance Methods</span></td> |
|
78 <td align="right" valign="top" |
|
79 ><span class="options">[<a href="#section-InstanceMethods" |
|
80 class="privatelink" onclick="toggle_private();" |
|
81 >hide private</a>]</span></td> |
|
82 </tr> |
|
83 </table> |
|
84 </td> |
|
85 </tr> |
|
86 <tr> |
|
87 <td width="15%" align="right" valign="top" class="summary"> |
|
88 <span class="summary-type"> </span> |
|
89 </td><td class="summary"> |
|
90 <table width="100%" cellpadding="0" cellspacing="0" border="0"> |
|
91 <tr> |
|
92 <td><span class="summary-sig"><a href="ccm.CCMException-class.html#__init__" class="summary-sig-name">__init__</a>(<span class="summary-sig-arg">self</span>, |
|
93 <span class="summary-sig-arg">reason</span>, |
|
94 <span class="summary-sig-arg">result</span>=<span class="summary-sig-default">None</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="ccm-pysrc.html#CCMException.__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 <!-- ==================== PROPERTIES ==================== --> |
|
129 <a name="section-Properties"></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">Properties</span></td> |
|
137 <td align="right" valign="top" |
|
138 ><span class="options">[<a href="#section-Properties" |
|
139 class="privatelink" onclick="toggle_private();" |
|
140 >hide private</a>]</span></td> |
|
141 </tr> |
|
142 </table> |
|
143 </td> |
|
144 </tr> |
|
145 <tr> |
|
146 <td colspan="2" class="summary"> |
|
147 <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>: |
|
148 <code>args</code>, |
|
149 <code>message</code> |
|
150 </p> |
|
151 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: |
|
152 <code>__class__</code> |
|
153 </p> |
|
154 </td> |
|
155 </tr> |
|
156 </table> |
|
157 <!-- ==================== METHOD DETAILS ==================== --> |
|
158 <a name="section-MethodDetails"></a> |
|
159 <table class="details" border="1" cellpadding="3" |
|
160 cellspacing="0" width="100%" bgcolor="white"> |
|
161 <tr bgcolor="#70b0f0" class="table-header"> |
|
162 <td colspan="2" class="table-header"> |
|
163 <table border="0" cellpadding="0" cellspacing="0" width="100%"> |
|
164 <tr valign="top"> |
|
165 <td align="left"><span class="table-header">Method Details</span></td> |
|
166 <td align="right" valign="top" |
|
167 ><span class="options">[<a href="#section-MethodDetails" |
|
168 class="privatelink" onclick="toggle_private();" |
|
169 >hide private</a>]</span></td> |
|
170 </tr> |
|
171 </table> |
|
172 </td> |
|
173 </tr> |
|
174 </table> |
|
175 <a name="__init__"></a> |
|
176 <div> |
|
177 <table class="details" border="1" cellpadding="3" |
|
178 cellspacing="0" width="100%" bgcolor="white"> |
|
179 <tr><td> |
|
180 <table width="100%" cellpadding="0" cellspacing="0" border="0"> |
|
181 <tr valign="top"><td> |
|
182 <h3 class="epydoc"><span class="sig"><span class="sig-name">__init__</span>(<span class="sig-arg">self</span>, |
|
183 <span class="sig-arg">reason</span>, |
|
184 <span class="sig-arg">result</span>=<span class="sig-default">None</span>)</span> |
|
185 <br /><em class="fname">(Constructor)</em> |
|
186 </h3> |
|
187 </td><td align="right" valign="top" |
|
188 ><span class="codelink"><a href="ccm-pysrc.html#CCMException.__init__">source code</a></span> |
|
189 </td> |
|
190 </table> |
|
191 |
|
192 x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
193 <dl class="fields"> |
|
194 <dt>Overrides: |
|
195 exceptions.Exception.__init__ |
|
196 <dd><em class="note">(inherited documentation)</em></dd> |
|
197 </dt> |
|
198 </dl> |
|
199 </td></tr></table> |
|
200 </div> |
|
201 <br /> |
|
202 <!-- ==================== NAVIGATION BAR ==================== --> |
|
203 <table class="navbar" border="0" width="100%" cellpadding="0" |
|
204 bgcolor="#a0c0ff" cellspacing="0"> |
|
205 <tr valign="middle"> |
|
206 |
|
207 <!-- Tree link --> |
|
208 <th> <a |
|
209 href="module-tree.html">Trees</a> </th> |
|
210 |
|
211 <!-- Index link --> |
|
212 <th> <a |
|
213 href="identifier-index.html">Indices</a> </th> |
|
214 |
|
215 <!-- Help link --> |
|
216 <th> <a |
|
217 href="help.html">Help</a> </th> |
|
218 |
|
219 <th class="navbar" width="100%"></th> |
|
220 </tr> |
|
221 </table> |
|
222 <table border="0" cellpadding="0" cellspacing="0" width="100%%"> |
|
223 <tr> |
|
224 <td align="left" class="footer"> |
|
225 Generated by Epydoc 3.0beta1 on Wed Sep 09 13:44:17 2009 |
|
226 </td> |
|
227 <td align="right" class="footer"> |
|
228 <a href="http://epydoc.sourceforge.net">http://epydoc.sourceforge.net</a> |
|
229 </td> |
|
230 </tr> |
|
231 </table> |
|
232 |
|
233 <script type="text/javascript"> |
|
234 <!-- |
|
235 // Private objects are initially displayed (because if |
|
236 // javascript is turned off then we want them to be |
|
237 // visible); but by default, we want to hide them. So hide |
|
238 // them unless we have a cookie that says to show them. |
|
239 checkCookie() |
|
240 // --> |
|
241 </script> |
|
242 |
|
243 </body> |
|
244 </html> |