summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/lang/ClassNotFoundException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/lang/ClassNotFoundException.idl')
-rw-r--r--udkapi/com/sun/star/lang/ClassNotFoundException.idl20
1 files changed, 6 insertions, 14 deletions
diff --git a/udkapi/com/sun/star/lang/ClassNotFoundException.idl b/udkapi/com/sun/star/lang/ClassNotFoundException.idl
index ad4f7b96949a..ad84259f34eb 100644
--- a/udkapi/com/sun/star/lang/ClassNotFoundException.idl
+++ b/udkapi/com/sun/star/lang/ClassNotFoundException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ClassNotFoundException.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:40 $
+ * last change: $Author: mi $ $Date: 2000-12-13 15:47:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,24 +68,13 @@
//=============================================================================
- module com { module sun { module star { module lang {
+module com { module sun { module star { module lang {
//=============================================================================
// DocMerge from xml: exception com::sun::star::lang::ClassNotFoundException
/** This exception is thrown when an application tries to load
the information on the type through its string name.
-
-
-
- <p>This can happen when the
-
-
-
-
-
- method is called, but no definition for the type with the specifed name
- can be found.</p>
*/
exception ClassNotFoundException: com::sun::star::uno::Exception
{
@@ -98,6 +87,9 @@ exception ClassNotFoundException: com::sun::star::uno::Exception
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/08 12:28:40 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:24 hjs
initial import