| LibreOffice
    LibreOffice 25.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. | |
| const long | NOTSUPPORTED = 1 | 
| ProviderNotSupported. | |
| const long | NO_SUCH_SCRIPT = 2 | 
| the requested method, and/or with the requested signature, does not exist | |
| const long | MALFORMED_URL = 3 | 
| the requested method, with the requested signature, does not exist | |
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.