summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/MaxChildrenException.idl
blob: 54bedbfb27a18e0fc90ea0b683e4a763bb3ec244 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#ifndef __com_sun_star_awt_MaxChildrenException_idl__
#define __com_sun_star_awt_MaxChildrenException_idl__

#include <com/sun/star/uno/Exception.idl>

//=============================================================================

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