summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/lang/IllegalArgumentException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/lang/IllegalArgumentException.idl')
-rw-r--r--udkapi/com/sun/star/lang/IllegalArgumentException.idl14
1 files changed, 4 insertions, 10 deletions
diff --git a/udkapi/com/sun/star/lang/IllegalArgumentException.idl b/udkapi/com/sun/star/lang/IllegalArgumentException.idl
index 59e3abc30c9b..9e522b8e38a9 100644
--- a/udkapi/com/sun/star/lang/IllegalArgumentException.idl
+++ b/udkapi/com/sun/star/lang/IllegalArgumentException.idl
@@ -19,21 +19,16 @@
#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
#define __com_sun_star_lang_IllegalArgumentException_idl__
-#include <com/sun/star/uno/Exception.idl>
+#include <com/sun/star/uno/RuntimeException.idl>
+module com { module sun { module star { module lang {
-
- module com { module sun { module star { module lang {
-
-
-// DocMerge from xml: exception com::sun::star::lang::IllegalArgumentException
/** This exception is thrown to indicate that a method has
passed an illegal or inappropriate argument.
*/
-published exception IllegalArgumentException: com::sun::star::uno::Exception
+published exception IllegalArgumentException
+ : com::sun::star::uno::RuntimeException
{
-
- // DocMerge from xml: field com::sun::star::lang::IllegalArgumentException::ArgumentPosition
/** identifies the position of the illegal argument.
<p>This field is -1 if the position is not known.</p>
@@ -42,7 +37,6 @@ published exception IllegalArgumentException: com::sun::star::uno::Exception
};
-
}; }; }; };
#endif