|
FONTAINE
1.0
|
#include <Exception.h>
Public Member Functions | |
| Exception (const char *const methodName, const char *format,...) | |
Public Member Functions inherited from Message | |
| 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 | |
Protected Attributes inherited from Message | |
| 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().
1.8.11