src/eric7/Documentation/Source/eric7.PluginManager.PluginExceptions.html

branch
eric7
changeset 10428
a071d4065202
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
97 <p> 97 <p>
98 Constructor 98 Constructor
99 </p> 99 </p>
100 <dl> 100 <dl>
101 101
102 <dt><i>name</i></dt> 102 <dt><i>name</i> (str)</dt>
103 <dd> 103 <dd>
104 name of the plugin module (string) 104 name of the plugin module
105 </dd> 105 </dd>
106 </dl> 106 </dl>
107 <div align="right"><a href="#top">Up</a></div> 107 <div align="right"><a href="#top">Up</a></div>
108 <hr /> 108 <hr />
109 <hr /> 109 <hr />
147 <p> 147 <p>
148 Constructor 148 Constructor
149 </p> 149 </p>
150 <dl> 150 <dl>
151 151
152 <dt><i>name</i></dt> 152 <dt><i>name</i> (str)</dt>
153 <dd> 153 <dd>
154 name of the plugin module (string) 154 name of the plugin module
155 </dd> 155 </dd>
156 <dt><i>class_</i></dt> 156 <dt><i>class_</i> (str)</dt>
157 <dd> 157 <dd>
158 name of the class not satisfying the requirements 158 name of the class not satisfying the requirements
159 (string) 159 </dd>
160 </dd> 160 <dt><i>missing</i> (str)</dt>
161 <dt><i>missing</i></dt> 161 <dd>
162 <dd> 162 description of the missing element
163 description of the missing element (string)
164 </dd> 163 </dd>
165 </dl> 164 </dl>
166 <div align="right"><a href="#top">Up</a></div> 165 <div align="right"><a href="#top">Up</a></div>
167 <hr /> 166 <hr />
168 <hr /> 167 <hr />
225 <dt>Return:</dt> 224 <dt>Return:</dt>
226 <dd> 225 <dd>
227 string representing the error message 226 string representing the error message
228 </dd> 227 </dd>
229 </dl> 228 </dl>
229 <dl>
230 <dt>Return Type:</dt>
231 <dd>
232 str
233 </dd>
234 </dl>
230 <a NAME="PluginError.__str__" ID="PluginError.__str__"></a> 235 <a NAME="PluginError.__str__" ID="PluginError.__str__"></a>
231 <h4>PluginError.__str__</h4> 236 <h4>PluginError.__str__</h4>
232 <b>__str__</b>(<i></i>) 237 <b>__str__</b>(<i></i>)
233 238
234 <p> 239 <p>
238 <dt>Return:</dt> 243 <dt>Return:</dt>
239 <dd> 244 <dd>
240 string representing the error message 245 string representing the error message
241 </dd> 246 </dd>
242 </dl> 247 </dl>
248 <dl>
249 <dt>Return Type:</dt>
250 <dd>
251 str
252 </dd>
253 </dl>
243 <div align="right"><a href="#top">Up</a></div> 254 <div align="right"><a href="#top">Up</a></div>
244 <hr /> 255 <hr />
245 <hr /> 256 <hr />
246 <a NAME="PluginLoadError" ID="PluginLoadError"></a> 257 <a NAME="PluginLoadError" ID="PluginLoadError"></a>
247 <h2>PluginLoadError</h2> 258 <h2>PluginLoadError</h2>
284 <p> 295 <p>
285 Constructor 296 Constructor
286 </p> 297 </p>
287 <dl> 298 <dl>
288 299
289 <dt><i>name</i></dt> 300 <dt><i>name</i> (str)</dt>
290 <dd> 301 <dd>
291 name of the plugin module (string) 302 name of the plugin module
292 </dd> 303 </dd>
293 </dl> 304 </dl>
294 <div align="right"><a href="#top">Up</a></div> 305 <div align="right"><a href="#top">Up</a></div>
295 <hr /> 306 <hr />
296 <hr /> 307 <hr />
334 <p> 345 <p>
335 Constructor 346 Constructor
336 </p> 347 </p>
337 <dl> 348 <dl>
338 349
339 <dt><i>name</i></dt> 350 <dt><i>name</i> (str)</dt>
340 <dd> 351 <dd>
341 name of the plugin module (string) 352 name of the plugin module
342 </dd> 353 </dd>
343 <dt><i>missing</i></dt> 354 <dt><i>missing</i> (str)</dt>
344 <dd> 355 <dd>
345 description of the missing element (string) 356 description of the missing element
346 </dd> 357 </dd>
347 </dl> 358 </dl>
348 <div align="right"><a href="#top">Up</a></div> 359 <div align="right"><a href="#top">Up</a></div>
349 <hr /> 360 <hr />
350 <hr /> 361 <hr />
432 <p> 443 <p>
433 Constructor 444 Constructor
434 </p> 445 </p>
435 <dl> 446 <dl>
436 447
437 <dt><i>msg</i></dt> 448 <dt><i>msg</i> (str)</dt>
438 <dd> 449 <dd>
439 message to be used by the exception (string) 450 message to be used by the exception
440 </dd> 451 </dd>
441 </dl> 452 </dl>
442 <div align="right"><a href="#top">Up</a></div> 453 <div align="right"><a href="#top">Up</a></div>
443 <hr /> 454 <hr />
444 </body></html> 455 </body></html>

eric ide

mercurial