166 <tr> |
166 <tr> |
167 <td><a href="#PluginError.__init__">PluginError</a></td> |
167 <td><a href="#PluginError.__init__">PluginError</a></td> |
168 <td>Constructor</td> |
168 <td>Constructor</td> |
169 </tr><tr> |
169 </tr><tr> |
170 <td><a href="#PluginError.__repr__">__repr__</a></td> |
170 <td><a href="#PluginError.__repr__">__repr__</a></td> |
171 <td>Private method returning a representation of the exception.</td> |
171 <td>Special method returning a representation of the exception.</td> |
172 </tr><tr> |
172 </tr><tr> |
173 <td><a href="#PluginError.__str__">__str__</a></td> |
173 <td><a href="#PluginError.__str__">__str__</a></td> |
174 <td>Private method returning a string representation of the exception.</td> |
174 <td>Special method returning a string representation of the exception.</td> |
175 </tr> |
175 </tr> |
176 </table> |
176 </table> |
177 <h3>Static Methods</h3> |
177 <h3>Static Methods</h3> |
178 <table> |
178 <table> |
179 <tr><td>None</td></tr> |
179 <tr><td>None</td></tr> |
185 Constructor |
185 Constructor |
186 </p><a NAME="PluginError.__repr__" ID="PluginError.__repr__"></a> |
186 </p><a NAME="PluginError.__repr__" ID="PluginError.__repr__"></a> |
187 <h4>PluginError.__repr__</h4> |
187 <h4>PluginError.__repr__</h4> |
188 <b>__repr__</b>(<i></i>) |
188 <b>__repr__</b>(<i></i>) |
189 <p> |
189 <p> |
190 Private method returning a representation of the exception. |
190 Special method returning a representation of the exception. |
191 </p><dl> |
191 </p><dl> |
192 <dt>Returns:</dt> |
192 <dt>Returns:</dt> |
193 <dd> |
193 <dd> |
194 string representing the error message |
194 string representing the error message |
195 </dd> |
195 </dd> |
196 </dl><a NAME="PluginError.__str__" ID="PluginError.__str__"></a> |
196 </dl><a NAME="PluginError.__str__" ID="PluginError.__str__"></a> |
197 <h4>PluginError.__str__</h4> |
197 <h4>PluginError.__str__</h4> |
198 <b>__str__</b>(<i></i>) |
198 <b>__str__</b>(<i></i>) |
199 <p> |
199 <p> |
200 Private method returning a string representation of the exception. |
200 Special method returning a string representation of the exception. |
201 </p><dl> |
201 </p><dl> |
202 <dt>Returns:</dt> |
202 <dt>Returns:</dt> |
203 <dd> |
203 <dd> |
204 string representing the error message |
204 string representing the error message |
205 </dd> |
205 </dd> |