Documentation/Source/eric5.PluginManager.PluginExceptions.html

branch
Py2 comp.
changeset 3520
bfcefbb1633c
parent 3018
70924c0bdaf1
child 3591
2f2a4a76dd22
equal deleted inserted replaced
3515:1b8381afe38f 3520:bfcefbb1633c
48 <td><a href="#PluginModulesError">PluginModulesError</a></td> 48 <td><a href="#PluginModulesError">PluginModulesError</a></td>
49 <td>Class defining an error raised, when no plugin modules were found.</td> 49 <td>Class defining an error raised, when no plugin modules were found.</td>
50 </tr><tr> 50 </tr><tr>
51 <td><a href="#PluginPathError">PluginPathError</a></td> 51 <td><a href="#PluginPathError">PluginPathError</a></td>
52 <td>Class defining an error raised, when the plugin paths were not found and could not be created.</td> 52 <td>Class defining an error raised, when the plugin paths were not found and could not be created.</td>
53 </tr><tr>
54 <td><a href="#PluginPy2IncompatibleError">PluginPy2IncompatibleError</a></td>
55 <td>Class defining an error raised, when the plugin is incompatible with Python2.</td>
53 </tr> 56 </tr>
54 </table> 57 </table>
55 <h3>Functions</h3> 58 <h3>Functions</h3>
56 <table> 59 <table>
57 <tr><td>None</td></tr> 60 <tr><td>None</td></tr>
356 <dd> 359 <dd>
357 message to be used by the exception (string) 360 message to be used by the exception (string)
358 </dd> 361 </dd>
359 </dl> 362 </dl>
360 <div align="right"><a href="#top">Up</a></div> 363 <div align="right"><a href="#top">Up</a></div>
364 <hr /><hr />
365 <a NAME="PluginPy2IncompatibleError" ID="PluginPy2IncompatibleError"></a>
366 <h2>PluginPy2IncompatibleError</h2>
367 <p>
368 Class defining an error raised, when the plugin is incompatible
369 with Python2.
370 </p>
371 <h3>Derived from</h3>
372 PluginError
373 <h3>Class Attributes</h3>
374 <table>
375 <tr><td>None</td></tr>
376 </table>
377 <h3>Class Methods</h3>
378 <table>
379 <tr><td>None</td></tr>
380 </table>
381 <h3>Methods</h3>
382 <table>
383 <tr>
384 <td><a href="#PluginPy2IncompatibleError.__init__">PluginPy2IncompatibleError</a></td>
385 <td>Constructor</td>
386 </tr>
387 </table>
388 <h3>Static Methods</h3>
389 <table>
390 <tr><td>None</td></tr>
391 </table>
392 <a NAME="PluginPy2IncompatibleError.__init__" ID="PluginPy2IncompatibleError.__init__"></a>
393 <h4>PluginPy2IncompatibleError (Constructor)</h4>
394 <b>PluginPy2IncompatibleError</b>(<i>name</i>)
395 <p>
396 Constructor
397 </p><dl>
398 <dt><i>name</i></dt>
399 <dd>
400 name of the plugin module (string)
401 </dd>
402 </dl>
403 <div align="right"><a href="#top">Up</a></div>
361 <hr /> 404 <hr />
362 </body></html> 405 </body></html>

eric ide

mercurial