#include <Exception.hpp>
Public Methods | |
Exception (char *throwerString="unknown thrower", char *whatString="unknown exception") | |
Exception (const std::string &whoString, int whereLine, const std::string &whatString, LemurErrorType code) | |
Exception (const std::string &whoString, int whereLine, const std::string &whatString, const Exception &inner) | |
~Exception () | |
void | writeMessage (std::ostream &os=std::cerr) |
const std::string & | what () const |
LemurErrorType | code () const |
|
|
|
|
|
|
|
|
|
|
|
|
|
|