eric6/Documentation/Source/eric6.PluginManager.PluginExceptions.html

branch
without_py2_and_pyqt4
changeset 7204
cbf6d88004ce
parent 6942
2602857055c5
child 7273
391d6b7b1eff
equal deleted inserted replaced
7203:2079ccbfa335 7204:cbf6d88004ce
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>
56 </tr> 53 </tr>
57 </table> 54 </table>
58 <h3>Functions</h3> 55 <h3>Functions</h3>
59 <table> 56 <table>
60 <tr><td>None</td></tr> 57 <tr><td>None</td></tr>
359 <dd> 356 <dd>
360 message to be used by the exception (string) 357 message to be used by the exception (string)
361 </dd> 358 </dd>
362 </dl> 359 </dl>
363 <div align="right"><a href="#top">Up</a></div> 360 <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>
404 <hr /> 361 <hr />
405 </body></html> 362 </body></html>

eric ide

mercurial