LibreOffice
LibreOffice 24.8 SDK API Reference
 
Loading...
Searching...
No Matches
ScriptExceptionRaisedException Exception Reference

is a checked exception that represents the detail of an exception thrown by a LanguageScriptProvider whilst executing a script More...

import "ScriptExceptionRaisedException.idl";

Inheritance diagram for ScriptExceptionRaisedException:
ScriptErrorRaisedException Exception

Public Attributes

string exceptionType
 Name of script where error occurred.
 
- Public Attributes inherited from ScriptErrorRaisedException
string scriptName
 Name of script where error occurred.
 
string language
 Scripting language of script that generated exception.
 
long lineNum
 line number where error occurred.
 
- 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 the detail of an exception thrown by a LanguageScriptProvider whilst executing a script

Member Data Documentation

◆ exceptionType

string exceptionType

Name of script where error occurred.


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