summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/MaxChildrenException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/MaxChildrenException.idl')
-rw-r--r--offapi/com/sun/star/awt/MaxChildrenException.idl29
1 files changed, 29 insertions, 0 deletions
diff --git a/offapi/com/sun/star/awt/MaxChildrenException.idl b/offapi/com/sun/star/awt/MaxChildrenException.idl
new file mode 100644
index 000000000000..a73ddb2f5233
--- /dev/null
+++ b/offapi/com/sun/star/awt/MaxChildrenException.idl
@@ -0,0 +1,29 @@
+#ifndef __com_sun_star_awt_MaxChildrenException_idl__
+#define __com_sun_star_awt_MaxChildrenException_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+//=============================================================================
+
+module com { module sun { module star { module awt {
+
+//=============================================================================
+
+/** This exception is thrown when adding a child to a container that is full.
+
+ @see XLayoutContainer
+ @see com::sun::star::awt::XLayoutContainer::addChild
+
+ @since OOo 3.0
+ */
+exception MaxChildrenException: com::sun::star::uno::Exception
+{
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif