LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
ScriptErrorRaisedException Exception Reference

is a checked exception that represents an error encountered by a LanguageScriptProvider whilst executing a script More...

import"ScriptErrorRaisedException.idl";

Inheritance diagram for ScriptErrorRaisedException:
Exception ScriptExceptionRaisedException

Public Attributes

string scriptName
 Name of script where error occurred. More...
 
string language
 Scripting language of script that generated exception. More...
 
long lineNum
 line number where error occurred. 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...
 

Detailed Description

is a checked exception that represents an error encountered by a LanguageScriptProvider whilst executing a script

Member Data Documentation

◆ language

string language

Scripting language of script that generated exception.

◆ lineNum

long lineNum

line number where error occurred.

◆ scriptName

string scriptName

Name of script where error occurred.


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