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

unpublished exception ScriptFrameworkErrorException
Base Hierarchy
ScriptFrameworkErrorException
 ┗ ::com::sun::star::uno::Exception
Description
is a checked exception that represents an error encountered by the Scripting Framework whilst executing a script

Elements' Summary
scriptName Name of script where error occured  
language Scripting language of script that generated exception  
errorType error type ::com::sun::star::script::provider::ScriptFrameworkErrorType  
Elements' Details
scriptName
string scriptName;
Description
Name of script where error occured
language
string language;
Description
Scripting language of script that generated exception
errorType
long errorType;
Description
error type ::com::sun::star::script::provider::ScriptFrameworkErrorType
Top of Page