LibreOffice
LibreOffice 24.2 SDK API Reference
|
is a checked exception that represents an error encountered by the Scripting Framework whilst executing a script More...
Variables | |
const long | UNKNOWN = 0 |
Unknown. More... | |
const long | NOTSUPPORTED = 1 |
ProviderNotSupported. More... | |
const long | NO_SUCH_SCRIPT = 2 |
the requested method, and/or with the requested signature, does not exist More... | |
const long | MALFORMED_URL = 3 |
the requested method, with the requested signature, does not exist More... | |
is a checked exception that represents an error encountered by the Scripting Framework whilst executing a script
const long MALFORMED_URL = 3 |
the requested method, with the requested signature, does not exist
const long NO_SUCH_SCRIPT = 2 |
the requested method, and/or with the requested signature, does not exist
const long NOTSUPPORTED = 1 |
ProviderNotSupported.
const long UNKNOWN = 0 |
Unknown.