| 18 | 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.ConfigException</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 ConfigException | 
|  | 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.ConfigException-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 ConfigException</h1><p class="nomargin-top"><span class="codelink"><a href="commons.Checker-pysrc.html#ConfigException">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">ConfigException</strong> | 
|  | 65 </pre> | 
|  | 66 | 
|  | 67 <hr /> | 
|  | 68 <p>A exception raised by check method class ConfigChecker</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.ConfigException-class.html#__init__" class="summary-sig-name">__init__</a>(<span class="summary-sig-arg">self</span>, | 
|  | 94         <span class="summary-sig-arg">msg</span>, | 
|  | 95         <span class="summary-sig-arg">messages</span>=<span class="summary-sig-default"><code class="variable-group">[</code><code class="variable-group">]</code></span>)</span><br /> | 
|  | 96       x.__init__(...) initializes x; see x.__class__.__doc__ for signature</td> | 
|  | 97           <td align="right" valign="top"> | 
|  | 98             <span class="codelink"><a href="commons.Checker-pysrc.html#ConfigException.__init__">source code</a></span> | 
|  | 99 | 
|  | 100           </td> | 
|  | 101         </tr> | 
|  | 102       </table> | 
|  | 103 | 
|  | 104     </td> | 
|  | 105   </tr> | 
|  | 106   <tr> | 
|  | 107     <td colspan="2" class="summary"> | 
|  | 108     <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.Exception</code></b>: | 
|  | 109       <code>__new__</code> | 
|  | 110       </p> | 
|  | 111     <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>: | 
|  | 112       <code>__delattr__</code>, | 
|  | 113       <code>__getattribute__</code>, | 
|  | 114       <code>__getitem__</code>, | 
|  | 115       <code>__getslice__</code>, | 
|  | 116       <code>__reduce__</code>, | 
|  | 117       <code>__repr__</code>, | 
|  | 118       <code>__setattr__</code>, | 
|  | 119       <code>__setstate__</code>, | 
|  | 120       <code>__str__</code> | 
|  | 121       </p> | 
|  | 122     <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: | 
|  | 123       <code>__hash__</code>, | 
|  | 124       <code>__reduce_ex__</code> | 
|  | 125       </p> | 
|  | 126     </td> | 
|  | 127   </tr> | 
|  | 128 </table> | 
|  | 129 <!-- ==================== INSTANCE VARIABLES ==================== --> | 
|  | 130 <a name="section-InstanceVariables"></a> | 
|  | 131 <table class="summary" border="1" cellpadding="3" | 
|  | 132        cellspacing="0" width="100%" bgcolor="white"> | 
|  | 133 <tr bgcolor="#70b0f0" class="table-header"> | 
|  | 134   <td colspan="2" class="table-header"> | 
|  | 135     <table border="0" cellpadding="0" cellspacing="0" width="100%"> | 
|  | 136       <tr valign="top"> | 
|  | 137         <td align="left"><span class="table-header">Instance Variables</span></td> | 
|  | 138         <td align="right" valign="top" | 
|  | 139          ><span class="options">[<a href="#section-InstanceVariables" | 
|  | 140          class="privatelink" onclick="toggle_private();" | 
|  | 141          >hide private</a>]</span></td> | 
|  | 142       </tr> | 
|  | 143     </table> | 
|  | 144   </td> | 
|  | 145 </tr> | 
|  | 146 <tr> | 
|  | 147     <td width="15%" align="right" valign="top" class="summary"> | 
|  | 148       <span class="summary-type">Class list</span> | 
|  | 149     </td><td class="summary"> | 
|  | 150         <a name="messages"></a><span class="summary-name">messages</span><br /> | 
|  | 151       list of messages | 
|  | 152     </td> | 
|  | 153   </tr> | 
|  | 154 <tr> | 
|  | 155     <td width="15%" align="right" valign="top" class="summary"> | 
|  | 156       <span class="summary-type">str</span> | 
|  | 157     </td><td class="summary"> | 
|  | 158         <a name="msg"></a><span class="summary-name">msg</span><br /> | 
|  | 159       message embeded in Execption class | 
|  | 160     </td> | 
|  | 161   </tr> | 
|  | 162 </table> | 
|  | 163 <!-- ==================== PROPERTIES ==================== --> | 
|  | 164 <a name="section-Properties"></a> | 
|  | 165 <table class="summary" border="1" cellpadding="3" | 
|  | 166        cellspacing="0" width="100%" bgcolor="white"> | 
|  | 167 <tr bgcolor="#70b0f0" class="table-header"> | 
|  | 168   <td colspan="2" class="table-header"> | 
|  | 169     <table border="0" cellpadding="0" cellspacing="0" width="100%"> | 
|  | 170       <tr valign="top"> | 
|  | 171         <td align="left"><span class="table-header">Properties</span></td> | 
|  | 172         <td align="right" valign="top" | 
|  | 173          ><span class="options">[<a href="#section-Properties" | 
|  | 174          class="privatelink" onclick="toggle_private();" | 
|  | 175          >hide private</a>]</span></td> | 
|  | 176       </tr> | 
|  | 177     </table> | 
|  | 178   </td> | 
|  | 179 </tr> | 
|  | 180   <tr> | 
|  | 181     <td colspan="2" class="summary"> | 
|  | 182     <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>: | 
|  | 183       <code>args</code>, | 
|  | 184       <code>message</code> | 
|  | 185       </p> | 
|  | 186     <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: | 
|  | 187       <code>__class__</code> | 
|  | 188       </p> | 
|  | 189     </td> | 
|  | 190   </tr> | 
|  | 191 </table> | 
|  | 192 <!-- ==================== METHOD DETAILS ==================== --> | 
|  | 193 <a name="section-MethodDetails"></a> | 
|  | 194 <table class="details" border="1" cellpadding="3" | 
|  | 195        cellspacing="0" width="100%" bgcolor="white"> | 
|  | 196 <tr bgcolor="#70b0f0" class="table-header"> | 
|  | 197   <td colspan="2" class="table-header"> | 
|  | 198     <table border="0" cellpadding="0" cellspacing="0" width="100%"> | 
|  | 199       <tr valign="top"> | 
|  | 200         <td align="left"><span class="table-header">Method Details</span></td> | 
|  | 201         <td align="right" valign="top" | 
|  | 202          ><span class="options">[<a href="#section-MethodDetails" | 
|  | 203          class="privatelink" onclick="toggle_private();" | 
|  | 204          >hide private</a>]</span></td> | 
|  | 205       </tr> | 
|  | 206     </table> | 
|  | 207   </td> | 
|  | 208 </tr> | 
|  | 209 </table> | 
|  | 210 <a name="__init__"></a> | 
|  | 211 <div> | 
|  | 212 <table class="details" border="1" cellpadding="3" | 
|  | 213        cellspacing="0" width="100%" bgcolor="white"> | 
|  | 214 <tr><td> | 
|  | 215   <table width="100%" cellpadding="0" cellspacing="0" border="0"> | 
|  | 216   <tr valign="top"><td> | 
|  | 217   <h3 class="epydoc"><span class="sig"><span class="sig-name">__init__</span>(<span class="sig-arg">self</span>, | 
|  | 218         <span class="sig-arg">msg</span>, | 
|  | 219         <span class="sig-arg">messages</span>=<span class="sig-default"><code class="variable-group">[</code><code class="variable-group">]</code></span>)</span> | 
|  | 220     <br /><em class="fname">(Constructor)</em> | 
|  | 221   </h3> | 
|  | 222   </td><td align="right" valign="top" | 
|  | 223     ><span class="codelink"><a href="commons.Checker-pysrc.html#ConfigException.__init__">source code</a></span>  | 
|  | 224     </td> | 
|  | 225   </tr></table> | 
|  | 226 | 
|  | 227   <p>x.__init__(...) initializes x; see x.__class__.__doc__ for | 
|  | 228   signature</p> | 
|  | 229   <dl class="fields"> | 
|  | 230     <dt>Overrides: | 
|  | 231         object.__init__ | 
|  | 232         <dd><em class="note">(inherited documentation)</em></dd> | 
|  | 233     </dt> | 
|  | 234   </dl> | 
|  | 235 </td></tr></table> | 
|  | 236 </div> | 
|  | 237 <br /> | 
|  | 238 <!-- ==================== NAVIGATION BAR ==================== --> | 
|  | 239 <table class="navbar" border="0" width="100%" cellpadding="0" | 
|  | 240        bgcolor="#a0c0ff" cellspacing="0"> | 
|  | 241   <tr valign="middle"> | 
|  | 242 | 
|  | 243   <!-- Tree link --> | 
|  | 244       <th>   <a | 
|  | 245         href="module-tree.html">Trees</a>   </th> | 
|  | 246 | 
|  | 247   <!-- Index link --> | 
|  | 248       <th>   <a | 
|  | 249         href="identifier-index.html">Indices</a>   </th> | 
|  | 250 | 
|  | 251   <!-- Help link --> | 
|  | 252       <th>   <a | 
|  | 253         href="help.html">Help</a>   </th> | 
|  | 254 | 
|  | 255       <th class="navbar" width="100%"></th> | 
|  | 256   </tr> | 
|  | 257 </table> | 
|  | 258 <table border="0" cellpadding="0" cellspacing="0" width="100%%"> | 
|  | 259   <tr> | 
|  | 260     <td align="left" class="footer"> | 
|  | 261     Generated by Epydoc 3.0.1 on Fri Apr 10 16:39:01 2009 | 
|  | 262     </td> | 
|  | 263     <td align="right" class="footer"> | 
|  | 264       <a target="mainFrame" href="http://epydoc.sourceforge.net" | 
|  | 265         >http://epydoc.sourceforge.net</a> | 
|  | 266     </td> | 
|  | 267   </tr> | 
|  | 268 </table> | 
|  | 269 | 
|  | 270 <script type="text/javascript"> | 
|  | 271   <!-- | 
|  | 272   // Private objects are initially displayed (because if | 
|  | 273   // javascript is turned off then we want them to be | 
|  | 274   // visible); but by default, we want to hide them.  So hide | 
|  | 275   // them unless we have a cookie that says to show them. | 
|  | 276   checkCookie(); | 
|  | 277   // --> | 
|  | 278 </script> | 
|  | 279 </body> | 
|  | 280 </html> |