FONTAINE  1.0
Public Member Functions | Static Private Attributes | List of all members
Exception Class Reference

#include <Exception.h>

Inheritance diagram for Exception:
Message

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::Exception ( const char *const  methodName,
const char *  format,
  ... 
)

Member Data Documentation

◆ _exceptionSalutation

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

Referenced by Exception().


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