1*cdf0e10cSrcweir#ifndef __com_sun_star_awt_MaxChildrenException_idl__
2*cdf0e10cSrcweir#define __com_sun_star_awt_MaxChildrenException_idl__
3*cdf0e10cSrcweir
4*cdf0e10cSrcweir#ifndef __com_sun_star_uno_Exception_idl__
5*cdf0e10cSrcweir#include <com/sun/star/uno/Exception.idl>
6*cdf0e10cSrcweir#endif
7*cdf0e10cSrcweir
8*cdf0e10cSrcweir//=============================================================================
9*cdf0e10cSrcweir
10*cdf0e10cSrcweirmodule com {  module sun {  module star {  module awt {
11*cdf0e10cSrcweir
12*cdf0e10cSrcweir//=============================================================================
13*cdf0e10cSrcweir
14*cdf0e10cSrcweir/** This exception is thrown when adding a child to a container that is full.
15*cdf0e10cSrcweir
16*cdf0e10cSrcweir	@see     XLayoutContainer
17*cdf0e10cSrcweir	@see     com::sun::star::awt::XLayoutContainer::addChild
18*cdf0e10cSrcweir
19*cdf0e10cSrcweir    @since OOo 3.0
20*cdf0e10cSrcweir */
21*cdf0e10cSrcweirexception MaxChildrenException: com::sun::star::uno::Exception
22*cdf0e10cSrcweir{
23*cdf0e10cSrcweir};
24*cdf0e10cSrcweir
25*cdf0e10cSrcweir//=============================================================================
26*cdf0e10cSrcweir
27*cdf0e10cSrcweir}; }; }; };
28*cdf0e10cSrcweir
29*cdf0e10cSrcweir#endif
30