270 <tr> |
270 <tr> |
271 <td><a href="#CodingError.__init__">CodingError</a></td> |
271 <td><a href="#CodingError.__init__">CodingError</a></td> |
272 <td>Constructor</td> |
272 <td>Constructor</td> |
273 </tr><tr> |
273 </tr><tr> |
274 <td><a href="#CodingError.__repr__">__repr__</a></td> |
274 <td><a href="#CodingError.__repr__">__repr__</a></td> |
275 <td>Private method returning a representation of the exception.</td> |
275 <td>Special method returning a representation of the exception.</td> |
276 </tr><tr> |
276 </tr><tr> |
277 <td><a href="#CodingError.__str__">__str__</a></td> |
277 <td><a href="#CodingError.__str__">__str__</a></td> |
278 <td>Private method returning a string representation of the exception.</td> |
278 <td>Special method returning a string representation of the exception.</td> |
279 </tr> |
279 </tr> |
280 </table> |
280 </table> |
281 <h3>Static Methods</h3> |
281 <h3>Static Methods</h3> |
282 <table> |
282 <table> |
283 <tr><td>None</td></tr> |
283 <tr><td>None</td></tr> |
294 </dd> |
294 </dd> |
295 </dl><a NAME="CodingError.__repr__" ID="CodingError.__repr__"></a> |
295 </dl><a NAME="CodingError.__repr__" ID="CodingError.__repr__"></a> |
296 <h4>CodingError.__repr__</h4> |
296 <h4>CodingError.__repr__</h4> |
297 <b>__repr__</b>(<i></i>) |
297 <b>__repr__</b>(<i></i>) |
298 <p> |
298 <p> |
299 Private method returning a representation of the exception. |
299 Special method returning a representation of the exception. |
300 </p><dl> |
300 </p><dl> |
301 <dt>Returns:</dt> |
301 <dt>Returns:</dt> |
302 <dd> |
302 <dd> |
303 string representing the error message |
303 string representing the error message |
304 </dd> |
304 </dd> |
305 </dl><a NAME="CodingError.__str__" ID="CodingError.__str__"></a> |
305 </dl><a NAME="CodingError.__str__" ID="CodingError.__str__"></a> |
306 <h4>CodingError.__str__</h4> |
306 <h4>CodingError.__str__</h4> |
307 <b>__str__</b>(<i></i>) |
307 <b>__str__</b>(<i></i>) |
308 <p> |
308 <p> |
309 Private method returning a string representation of the exception. |
309 Special method returning a string representation of the exception. |
310 </p><dl> |
310 </p><dl> |
311 <dt>Returns:</dt> |
311 <dt>Returns:</dt> |
312 <dd> |
312 <dd> |
313 string representing the error message |
313 string representing the error message |
314 </dd> |
314 </dd> |