summaryrefslogtreecommitdiff
path: root/javaunohelper
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-15 12:31:04 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-15 12:31:04 +0000
commit32ec76b0efee0bcfbd6dc5c637bb870a28921839 (patch)
tree2b1649361a9bab655bf6a6428917ef0331a2a600 /javaunohelper
parent475c1ddad309df075a85bcc639e906c5ff7621c8 (diff)
INTEGRATION: CWS tbe13 (1.2.26); FILE MERGED
2004/10/27 12:56:16 tbe 1.2.26.2: #i34749# missing since tags in Java/C++ bootstrap documentation 2004/09/28 16:14:15 tbe 1.2.26.1: #i34749# missing since tags in Java/C++ bootstrap documentation
Diffstat (limited to 'javaunohelper')
-rw-r--r--javaunohelper/com/sun/star/comp/helper/BootstrapException.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/javaunohelper/com/sun/star/comp/helper/BootstrapException.java b/javaunohelper/com/sun/star/comp/helper/BootstrapException.java
index fae44c1b9bb0..be3d6052b3c0 100644
--- a/javaunohelper/com/sun/star/comp/helper/BootstrapException.java
+++ b/javaunohelper/com/sun/star/comp/helper/BootstrapException.java
@@ -2,9 +2,9 @@
*
* $RCSfile: BootstrapException.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-05-03 07:36:26 $
+ * last change: $Author: obo $ $Date: 2004-11-15 13:31:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,6 +64,8 @@ package com.sun.star.comp.helper;
/**
* BootstrapException is a checked exception that wraps an exception
* thrown by the original target.
+ *
+ * @since UDK 3.1.0
*/
public class BootstrapException extends java.lang.Exception {