summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/MaxChildrenException.idl
blob: a73ddb2f523324845ae2a962ab6c0fc37e2f3fe2 (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
28
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