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