1 #ifndef __com_sun_star_awt_MaxChildrenException_idl__
2 #define __com_sun_star_awt_MaxChildrenException_idl__
4 #ifndef __com_sun_star_uno_Exception_idl__
5 #include
<com
/sun
/star
/uno
/Exception.idl
>
8 //=============================================================================
10 module com
{ module sun
{ module star
{ module awt
{
12 //=============================================================================
14 /** This exception is thrown when adding a child to a container that is full.
17 @see com::sun::star::awt::XLayoutContainer::addChild
21 exception MaxChildrenException
: com
::sun
::star
::uno
::Exception
25 //=============================================================================