summaryrefslogtreecommitdiff
path: root/bean/com/sun/star/comp/beans/SystemWindowException.java
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2004-10-14 09:37:14 +0000
committerMichael Hönnig <mi@openoffice.org>2004-10-14 09:37:14 +0000
commit821f00019c6dcf54e801bedc38ff65899c844b1f (patch)
tree0772ebd676d6e231059143a24c6b1b06c570a53c /bean/com/sun/star/comp/beans/SystemWindowException.java
parent7f8f1e537aa10e181184e4e4edbbf97c08576c0c (diff)
since tags added
Diffstat (limited to 'bean/com/sun/star/comp/beans/SystemWindowException.java')
-rw-r--r--bean/com/sun/star/comp/beans/SystemWindowException.java11
1 files changed, 9 insertions, 2 deletions
diff --git a/bean/com/sun/star/comp/beans/SystemWindowException.java b/bean/com/sun/star/comp/beans/SystemWindowException.java
index 2e1e96a23fbc..e5882e792de9 100644
--- a/bean/com/sun/star/comp/beans/SystemWindowException.java
+++ b/bean/com/sun/star/comp/beans/SystemWindowException.java
@@ -2,9 +2,9 @@
*
* $RCSfile: SystemWindowException.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2004-09-06 15:11:36 $
+ * last change: $Author: mi $ $Date: 2004-10-14 10:37:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,6 +61,13 @@
package com.sun.star.comp.beans;
+/** indicates that an operation needed a system window,
+ but no system window was aquired yet.
+
+ @see com.sun.star.comp.beans.OOoBean.aquireSystemWindow
+
+ @since OOo 2.0.0
+*/
public class SystemWindowException extends Exception
{
};