Public Member Functions | |
Constructor / Destructor | |
CP_AE_NoElementOfThisType_Exception (const char *inFunction, int inLine, const char *inFile) | |
Constructor. | |
virtual | ~CP_AE_NoElementOfThisType_Exception () throw () |
Getters | |
virtual const char * | what () const throw () |
Private Attributes | |
const char * | fMessage |
const char * | fFunction |
const char * | fFile |
int | fLine |
char | fMessageBuffer [512] |
|
Constructor.
|
|
Destructor.
|
|
Returns the message associated with this exception.
|
|
|
|
|
|
|
|
|
|
|