FONTAINE
1.0
|
#include <Exception.h>
Public Member Functions | |
Exception (const char *const methodName, const char *format,...) | |
![]() | |
Message () | |
Message (const char *const methodName, const char *format,...) | |
void | print (void) |
std::string | get (void) const |
Static Private Attributes | |
static const char * | _exceptionSalutation ="Unrecoverable Error" |
Additional Inherited Members | |
![]() | |
const char * | _salutation |
const char * | _methodName |
char | _message [GENERAL_STRING_BUFFER_SIZE] |
bool | _truncated |
Exception::Exception | ( | const char *const | methodName, |
const char * | format, | ||
... | |||
) |
|
staticprivate |
Referenced by Exception().