#include <lemon/error.h>
Public Member Functions | |
ErrorMessage () throw () | |
| |
ErrorMessage (const char *message) throw () | |
| |
ErrorMessage (const std::string &message) throw () | |
| |
template<typename T> | |
ErrorMessage & | operator<< (const T &t) throw () |
| |
const char * | message () throw () |
| |
Protected Member Functions | |
bool | init () throw () |
| |
Protected Attributes | |
std::auto_ptr< std::ostringstream > | buf |
|
|
|