#include <CNoSuchObjectException.h>
Public Member Functions | |
CNoSuchObjectException (const char *pDoing, const char *pName) | |
CNoSuchObjectException (const char *pDoing, const STD(string)&rName) | |
CNoSuchObjectException (const STD(string)&rDoing, const char *pName) | |
CNoSuchObjectException (const STD(string)&rDoing, const STD(string)&rName) | |
virtual | ~CNoSuchObjectException () |
CNoSuchObjectException (const CNoSuchObjectException &aCNoSuchObjectException) | |
CNoSuchObjectException | operator= (const CNoSuchObjectException &aCNoSuchObjectException) |
int | operator== (const CNoSuchObjectException &aCNoSuchObjectException) |
STD (string) getName() const | |
void | setName (STD(string) am_sName) |
virtual const char * | ReasonText () const |
Protected Member Functions | |
void | UpdateReasonText () |
Private Member Functions | |
STD (string) m_sName | |
STD (string) m_sReasonText |
|
Definition at line 302 of file CNoSuchObjectException.h. References UpdateReasonText(). |
|
Definition at line 307 of file CNoSuchObjectException.h. References UpdateReasonText(). |
|
Definition at line 312 of file CNoSuchObjectException.h. References UpdateReasonText(). |
|
Definition at line 317 of file CNoSuchObjectException.h. References UpdateReasonText(). |
|
Definition at line 322 of file CNoSuchObjectException.h. |
|
Definition at line 326 of file CNoSuchObjectException.h. References UpdateReasonText(). |
|
Definition at line 336 of file CNoSuchObjectException.h. References UpdateReasonText(). |
|
Definition at line 347 of file CNoSuchObjectException.h. |
|
Definition at line 288 of file CNoSuchObjectException.cpp. |
|
Definition at line 362 of file CNoSuchObjectException.h. |
|
Definition at line 356 of file CNoSuchObjectException.h. |
|
|
|
|
|
Definition at line 294 of file CNoSuchObjectException.cpp. Referenced by CNoSuchObjectException(), and operator=(). |