:: com :: sun :: star :: script :: provider ::

unpublished exception ScriptExceptionRaisedException
Base Hierarchy
ScriptExceptionRaisedExceptionScriptErrorRaisedException
    ┗ ::com::sun::star::uno::Exception
Usage Restrictions
not published
Description
is a checked exception that represents the detail of an exception thrown by a LanguageScriptProvider whilst executing a script

Elements' Summary
exceptionType Name of script where error occured  
Elements' Details
exceptionType
string exceptionType;
Description
Name of script where error occured
Top of Page