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

exception ScriptExceptionRaisedException
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-ScriptErrorRaisedException
    |
    +-ScriptExceptionRaisedException
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