Guiliani  Version 2.6 revision 7293 (documentation build 12)
CGUIImageResourceException Class Reference

Exception class for handling the image resources It will report which image and what file have problem. More...

#include <GUIImageResourceException.h>

Inheritance diagram for CGUIImageResourceException:

Public Member Functions

 CGUIImageResourceException (const CGUIImageResourceException &kSource)
 
 CGUIImageResourceException (const eC_String &kResourcePath, const ImageResource_t eImageID)
 
 ~CGUIImageResourceException ()
 
CGUIImageResourceExceptionoperator= (const CGUIImageResourceException &kSource)
 
virtual eC_String Report () const
 
- Public Member Functions inherited from CGUIResourceException
 CGUIResourceException (const CGUIResourceException &kSource)
 
 CGUIResourceException (const eC_String &kResourcePath)
 
 ~CGUIResourceException ()
 
CGUIResourceExceptionoperator= (const CGUIResourceException &kSource)
 
virtual eC_String Report () const
 
- Public Member Functions inherited from CGUIException
 CGUIException ()
 
virtual ~CGUIException ()
 
virtual eC_String Report () const
 

Additional Inherited Members

- Protected Attributes inherited from CGUIResourceException
eC_String m_kResourcePath
 

Detailed Description

Exception class for handling the image resources It will report which image and what file have problem.

Constructor & Destructor Documentation

◆ CGUIImageResourceException() [1/2]

CGUIImageResourceException::CGUIImageResourceException ( const eC_String &  kResourcePath,
const ImageResource_t  eImageID 
)

Standard-constructor.

Parameters
kResourcePathThe image resource path.
eImageIDThe image resource id.

◆ ~CGUIImageResourceException()

CGUIImageResourceException::~CGUIImageResourceException ( )

Destructor.

◆ CGUIImageResourceException() [2/2]

CGUIImageResourceException::CGUIImageResourceException ( const CGUIImageResourceException kSource)

Copy-constructor.

Parameters
kSourceSource object to be copied.

Member Function Documentation

◆ operator=()

CGUIImageResourceException & CGUIImageResourceException::operator= ( const CGUIImageResourceException kSource)

Operator= method.

Parameters
kSourceSource object to be copied.
Returns
This instance.

◆ Report()

virtual eC_String CGUIImageResourceException::Report ( ) const
virtual

Report the message of the exception.

Returns
The message of the exception.

Reimplemented from CGUIResourceException.


The documentation for this class was generated from the following file: