#include <Exception.h>
Public Member Functions | |
| Exception (char const *m) | |
| Exception (const Exception &ex) | |
| ~Exception () | |
| template<class T> | |
| Exception & | operator<< (const T &x) |
| const char * | GetMessage () const |
Private Attributes | |
| stringstream * | message |
Definition at line 13 of file Exception.h.
| Exception::Exception | ( | char const * | m | ) |
| Exception::Exception | ( | const Exception & | ex | ) |
| Exception::~Exception | ( | ) |
| const char * Exception::GetMessage | ( | ) | const |
|
inline |
Definition at line 18 of file Exception.h.
|
private |
Definition at line 25 of file Exception.h.