Guiliani  Version 2.6 revision 7293 (documentation build 12)
GUIResourceException.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 __GUIRESOURCEEXCEPTION_H__
11#define __GUIRESOURCEEXCEPTION_H__
12
13#include "GUIException.h"
14
20{
21public:
22
26 CGUIResourceException(const eC_String& kResourcePath);
27
31
36
42
47 virtual eC_String Report() const;
48
49protected:
50
52 eC_String m_kResourcePath;
53
54};
55#endif //__GUIRESOURCEEXCEPTION_H__
This is the base class for Guiliani exceptions.
Definition: GUIException.h:42
This is the exception class handling resources.
Definition: GUIResourceException.h:20
CGUIResourceException(const CGUIResourceException &kSource)
virtual eC_String Report() const
CGUIResourceException(const eC_String &kResourcePath)
eC_String m_kResourcePath
Definition: GUIResourceException.h:52
CGUIResourceException & operator=(const CGUIResourceException &kSource)