summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/java/WrongJavaVersionException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/java/WrongJavaVersionException.idl')
-rw-r--r--udkapi/com/sun/star/java/WrongJavaVersionException.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/java/WrongJavaVersionException.idl b/udkapi/com/sun/star/java/WrongJavaVersionException.idl
index 4041cbcb80c9..2e5d0e312ff3 100644
--- a/udkapi/com/sun/star/java/WrongJavaVersionException.idl
+++ b/udkapi/com/sun/star/java/WrongJavaVersionException.idl
@@ -24,25 +24,21 @@
module com { module sun { module star { module java {
-//============================================================================
/** indicates that an operation involving Java (probably executing Java code)
failed due to a wrong Java version.
*/
published exception WrongJavaVersionException: com::sun::star::uno::Exception
{
- //------------------------------------------------------------------------
/** contains the lowest Java version for which the operation would
succeed, or is left empty if this is unknown.
*/
string LowestSupportedVersion;
- //------------------------------------------------------------------------
/** contains the highest Java version for which the operation would
succeed, or is left empty if this is unknown.
*/
string HighestSupportedVersion;
- //------------------------------------------------------------------------
/** contains the Java version that has been detected, or is left empty if
this is unknown.
*/