LibreOffice
LibreOffice 24.2 SDK API Reference
|
is a checked exception that represents an error encountered by the Scripting Framework whilst executing a script More...
import"ScriptFrameworkErrorException.idl";
Public Attributes | |
string | scriptName |
Name of script where error occurred. More... | |
string | language |
Scripting language of script that generated exception. More... | |
long | errorType |
error type com::sun::star::script::provider::ScriptFrameworkErrorType More... | |
Public Attributes inherited from Exception | |
string | Message |
gives a detailed description of the reason, why the exception was thrown. More... | |
com::sun::star::uno::XInterface | Context |
should contain a reference to the original, which raised the exception. More... | |
is a checked exception that represents an error encountered by the Scripting Framework whilst executing a script
long errorType |
string language |
Scripting language of script that generated exception.
string scriptName |
Name of script where error occurred.