Exception class for handling the image resources It will report which image and what file have problem. More...
#include <GUIImageResourceException.h>
Public Member Functions | |
CGUIImageResourceException (const CGUIImageResourceException &kSource) | |
CGUIImageResourceException (const eC_String &kResourcePath, const ImageResource_t eImageID) | |
~CGUIImageResourceException () | |
CGUIImageResourceException & | operator= (const CGUIImageResourceException &kSource) |
virtual eC_String | Report () const |
![]() | |
CGUIResourceException (const CGUIResourceException &kSource) | |
CGUIResourceException (const eC_String &kResourcePath) | |
~CGUIResourceException () | |
CGUIResourceException & | operator= (const CGUIResourceException &kSource) |
virtual eC_String | Report () const |
![]() | |
CGUIException () | |
virtual | ~CGUIException () |
virtual eC_String | Report () const |
Additional Inherited Members | |
![]() | |
eC_String | m_kResourcePath |
Exception class for handling the image resources It will report which image and what file have problem.
CGUIImageResourceException::CGUIImageResourceException | ( | const eC_String & | kResourcePath, |
const ImageResource_t | eImageID | ||
) |
Standard-constructor.
kResourcePath | The image resource path. |
eImageID | The image resource id. |
CGUIImageResourceException::~CGUIImageResourceException | ( | ) |
Destructor.
CGUIImageResourceException::CGUIImageResourceException | ( | const CGUIImageResourceException & | kSource | ) |
Copy-constructor.
kSource | Source object to be copied. |
CGUIImageResourceException & CGUIImageResourceException::operator= | ( | const CGUIImageResourceException & | kSource | ) |
Operator= method.
kSource | Source object to be copied. |
|
virtual |
Report the message of the exception.
Reimplemented from CGUIResourceException.