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

unpublished constants group ScriptFrameworkErrorType
Description
is a checked exception that represents an error encountered by the Scripting Framework whilst executing a script

Constants
UNKNOWN Unknown  
NOTSUPPORTED ProviderNotSupported  
Constants' Details
UNKNOWN
const long UNKNOWN = 0;
Description
Unknown
NOTSUPPORTED
const long NOTSUPPORTED = 1;
Description
ProviderNotSupported
Top of Page