diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-17 08:29:25 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-17 08:29:25 +0000 |
commit | 3f9db7fe04395bc670dac2c9985271405fc5067c (patch) | |
tree | 0541730e386fe4a5d9e245a0346e26e2502ed8b8 /udkapi | |
parent | 12a8bbb18f2ad6faf8522b572f0b75e124472990 (diff) |
INTEGRATION: CWS sdk01 (1.1.26); FILE MERGED
2003/04/07 09:02:54 mi 1.1.26.1: #107627# new idls marked with @since
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/java/JavaInitializationException.idl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/java/JavaInitializationException.idl b/udkapi/com/sun/star/java/JavaInitializationException.idl index bc77c704eb1f..05ae5fe905bb 100644 --- a/udkapi/com/sun/star/java/JavaInitializationException.idl +++ b/udkapi/com/sun/star/java/JavaInitializationException.idl @@ -2,9 +2,9 @@ * * $RCSfile: JavaInitializationException.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2003-03-27 17:35:36 $ + * last change: $Author: rt $ $Date: 2003-04-17 09:29:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,6 +81,8 @@ module com { module sun { module star { module java { <type scope:"com::sun::star::java">JavaNotConfiguredException</type> <br> <type scope:"com::sun::star::java">MissingJavaRuntimeException</type> <br> <type scope:"com::sun::star::java">JavaVMCreationFailureException</type> <br> + + @since #107627# */ exception JavaInitializationException: com::sun::star::uno::DeploymentException { |