--- a/src/eric7/Documentation/Source/eric7.PluginManager.PluginExceptions.html Wed Dec 20 11:06:38 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.PluginManager.PluginExceptions.html Wed Dec 20 14:58:58 2023 +0100 @@ -99,9 +99,9 @@ </p> <dl> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -name of the plugin module (string) +name of the plugin module </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -149,18 +149,17 @@ </p> <dl> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -name of the plugin module (string) +name of the plugin module </dd> -<dt><i>class_</i></dt> +<dt><i>class_</i> (str)</dt> <dd> name of the class not satisfying the requirements - (string) </dd> -<dt><i>missing</i></dt> +<dt><i>missing</i> (str)</dt> <dd> -description of the missing element (string) +description of the missing element </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -227,6 +226,12 @@ string representing the error message </dd> </dl> +<dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> <a NAME="PluginError.__str__" ID="PluginError.__str__"></a> <h4>PluginError.__str__</h4> <b>__str__</b>(<i></i>) @@ -240,6 +245,12 @@ string representing the error message </dd> </dl> +<dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> @@ -286,9 +297,9 @@ </p> <dl> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -name of the plugin module (string) +name of the plugin module </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -336,13 +347,13 @@ </p> <dl> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -name of the plugin module (string) +name of the plugin module </dd> -<dt><i>missing</i></dt> +<dt><i>missing</i> (str)</dt> <dd> -description of the missing element (string) +description of the missing element </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -434,9 +445,9 @@ </p> <dl> -<dt><i>msg</i></dt> +<dt><i>msg</i> (str)</dt> <dd> -message to be used by the exception (string) +message to be used by the exception </dd> </dl> <div align="right"><a href="#top">Up</a></div>