Guiliani  Version 2.5 revision 7293 (documentation build 13)
GUIIllegalChildException.h
1/*
2* Copyright (C) TES Electronic Solutions GmbH,
3* All Rights Reserved.
4* Contact: info@guiliani.de
5*
6* This file is part of the Guiliani HMI framework
7* for the development of graphical user interfaces on embedded systems.
8*/
9
10#if !defined(GUI_ILLEGAL_CHILD_EXCEPTION_H)
11#define GUI_ILLEGAL_CHILD_EXCEPTION_H
12
13#include "GUIException.h"
14
17{
18};
19
20#endif // GUI_ILLEGAL_CHILD_EXCEPTION_H
This is the base class for Guiliani exceptions.
Definition: GUIException.h:42
Indicates wrong child types for a specific parent (composite) object.
Definition: GUIIllegalChildException.h:17