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