This is an exception class for handling the sound resources. More...
#include <GUISoundResourceException.h>

Public Member Functions | |
| CGUISoundResourceException (const CGUISoundResourceException &kSource) | |
| CGUISoundResourceException (const eC_String &kResourcePath, const SoundResource_t eSndID) | |
| ~CGUISoundResourceException () | |
| CGUISoundResourceException & | operator= (const CGUISoundResourceException &kSource) |
| virtual eC_String | Report () const |
Public Member Functions inherited from CGUIResourceException | |
| CGUIResourceException (const CGUIResourceException &kSource) | |
| CGUIResourceException (const eC_String &kResourcePath) | |
| ~CGUIResourceException () | |
| CGUIResourceException & | operator= (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 |
This is an exception class for handling the sound resources.
It will report which sound and what file have problem.
| CGUISoundResourceException::CGUISoundResourceException | ( | const eC_String & | kResourcePath, |
| const SoundResource_t | eSndID | ||
| ) |
Standard-constructor.
| kResourcePath | The font resource path. |
| eSndID | The sound resource id. |
| CGUISoundResourceException::~CGUISoundResourceException | ( | ) |
Destructor.
| CGUISoundResourceException::CGUISoundResourceException | ( | const CGUISoundResourceException & | kSource | ) |
Copy-constructor.
| kSource | Source object to be copied. |
| CGUISoundResourceException & CGUISoundResourceException::operator= | ( | const CGUISoundResourceException & | kSource | ) |
Operator= method.
| kSource | Source object to be copied. |
|
virtual |
Report the message of the exception.
Reimplemented from CGUIResourceException.