This exception can be used to indicate the errors if a pointer is null. More...
#include <GUINullPointerException.h>
Public Member Functions | |
CGUINullPointerException (const CGUINullPointerException &kSource) | |
CGUINullPointerException (const eC_String &kNullPointerName) | |
~CGUINullPointerException () | |
CGUINullPointerException & | operator= (const CGUINullPointerException &kSource) |
virtual eC_String | Report () const |
![]() | |
CGUIException () | |
virtual | ~CGUIException () |
virtual eC_String | Report () const |
This exception can be used to indicate the errors if a pointer is null.
CGUINullPointerException::CGUINullPointerException | ( | const eC_String & | kNullPointerName | ) |
Standard-constructor.
kNullPointerName | Name of the exception |
CGUINullPointerException::~CGUINullPointerException | ( | ) |
Destructor.
CGUINullPointerException::CGUINullPointerException | ( | const CGUINullPointerException & | kSource | ) |
Copy-constructor.
kSource | Source object to be copied. |
CGUINullPointerException & CGUINullPointerException::operator= | ( | const CGUINullPointerException & | kSource | ) |
Operator= method.
kSource | Source object to be copied. |
|
virtual |
Report the message of the exception.
Reimplemented from CGUIException.