Guiliani  Version 2.6 revision 7293 (documentation build 12)
GUIImageResourceException.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 __GUIIMAGERESOURCEEXCEPTION_H__
11#define __GUIIMAGERESOURCEEXCEPTION_H__
12
13#include "GUIResourceException.h"
14#include "GUIImageResource.h"
15
20{
21public:
22
27 CGUIImageResourceException(const eC_String& kResourcePath,
28 const ImageResource_t eImageID);
29
33
38
44
49 virtual eC_String Report() const;
50
51
52 private:
54 ImageResource_t m_eImageID;
55};
56#endif //__GUIIMAGERESOURCEEXCEPTION_H__
Helper Macros in Guiliani
ImageResource_t
Enumeration of image resource ids.
Definition: GUIImageResource.h:126
Exception class for handling the image resources It will report which image and what file have proble...
Definition: GUIImageResourceException.h:20
CGUIImageResourceException(const CGUIImageResourceException &kSource)
CGUIImageResourceException & operator=(const CGUIImageResourceException &kSource)
virtual eC_String Report() const
CGUIImageResourceException(const eC_String &kResourcePath, const ImageResource_t eImageID)
This is the exception class handling resources.
Definition: GUIResourceException.h:20