FONTAINE  1.0
Public Member Functions | Static Private Attributes
Exception Class Reference

#include <Exception.h>

Inheritance diagram for Exception:
Message

List of all members.

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

Constructor & Destructor Documentation

Exception::Exception ( const char *const  methodName,
const char *  format,
  ... 
)

Member Data Documentation

const char * Exception::_exceptionSalutation = "Unrecoverable Error"
staticprivate

Referenced by Exception().


The documentation for this class was generated from the following files: