CYCLUS
|
#include <error.h>
Public Member Functions | |
Error () | |
Error (std::string msg) | |
std::string | msg () const |
void | msg (std::string msg) |
virtual const char * | what () const throw () |
virtual | ~Error () throw () |
Protected Attributes | |
std::string | msg_ |
cyclus::Error::Error | ( | ) |
Constructs a new Error with the default message.
cyclus::Error::Error | ( | std::string | msg | ) |
|
inline |
|
inline |
|
protected |