Guiliani  Version 2.6 revision 7293 (documentation build 12)
GUIForeignInterfaceException.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#ifndef __GUIFOREIGNINTERFACEEXCEPTION_H__
11#define __GUIFOREIGNINTERFACEEXCEPTION_H__
12
13#include "GUIException.h"
14
20{
21public:
22
26 CGUIForeignInterfaceException(const eC_String& kForeignInterfaceName);
27
31
36
42
47 virtual eC_String Report() const;
48
49private:
51 eC_String m_kForeignInterfaceName;
52};
53#endif //__GUIFOREIGNINTERFACEEXCEPTION_H__
This is the base class for Guiliani exceptions.
Definition: GUIException.h:42
Error from a foreign library.
Definition: GUIForeignInterfaceException.h:20
CGUIForeignInterfaceException & operator=(const CGUIForeignInterfaceException &kSource)
CGUIForeignInterfaceException(const CGUIForeignInterfaceException &kSource)
CGUIForeignInterfaceException(const eC_String &kForeignInterfaceName)
virtual eC_String Report() const