Exception backed by a stringstream for easy message building. More...
#include <Exception.hpp>
Public Member Functions | |
Exception (const Exception &e) | |
Exception (const string &message) | |
string | getMessage () const |
const char * | what () const throw () |
ostream & | operator<< (const string &message) |
ostream & | operator<< (const Exception &e) |
Private Attributes | |
ostringstream | buffer |
Friends | |
ostream & | operator<< (ostream &stream, Exception &e) |
Exception backed by a stringstream for easy message building.