LibreOffice
LibreOffice 24.2 SDK API Reference
|
indicates that an operation involving Java (probably executing Java code) failed due to a wrong Java version. More...
import"WrongJavaVersionException.idl";
Public Attributes | |
string | LowestSupportedVersion |
contains the lowest Java version for which the operation would succeed, or is left empty if this is unknown. More... | |
string | HighestSupportedVersion |
contains the highest Java version for which the operation would succeed, or is left empty if this is unknown. More... | |
string | DetectedVersion |
contains the Java version that has been detected, or is left empty if this is unknown. More... | |
Public Attributes inherited from Exception | |
string | Message |
gives a detailed description of the reason, why the exception was thrown. More... | |
com::sun::star::uno::XInterface | Context |
should contain a reference to the original, which raised the exception. More... | |
indicates that an operation involving Java (probably executing Java code) failed due to a wrong Java version.
string DetectedVersion |
contains the Java version that has been detected, or is left empty if this is unknown.
string HighestSupportedVersion |
contains the highest Java version for which the operation would succeed, or is left empty if this is unknown.
string LowestSupportedVersion |
contains the lowest Java version for which the operation would succeed, or is left empty if this is unknown.