LibreOffice
LibreOffice 25.2 SDK API Reference
 
Loading...
Searching...
No Matches
ScriptFrameworkErrorException Exception Reference

is a checked exception that represents an error encountered by the Scripting Framework whilst executing a script More...

import "ScriptFrameworkErrorException.idl";

Inheritance diagram for ScriptFrameworkErrorException:
Exception

Public Attributes

string scriptName
 Name of script where error occurred.
 
string language
 Scripting language of script that generated exception.
 
long errorType
 error type com::sun::star::script::provider::ScriptFrameworkErrorType
 
- Public Attributes inherited from Exception
string Message
 gives a detailed description of the reason, why the exception was thrown.
 
com::sun::star::uno::XInterface Context
 should contain a reference to the original, which raised the exception.
 

Detailed Description

is a checked exception that represents an error encountered by the Scripting Framework whilst executing a script

Member Data Documentation

◆ errorType

◆ language

string language

Scripting language of script that generated exception.

◆ scriptName

string scriptName

Name of script where error occurred.


The documentation for this exception was generated from the following file: