|
MDStressLab++
|
#include <Exception.h>

Public Member Functions | |
| Exception (const std::string &) | |
| virtual | ~Exception () |
| virtual const char * | what () const |
Public Attributes | |
| std::string | msg |
Definition at line 12 of file Exception.h.
| Exception::Exception | ( | const std::string & | _msg | ) |
Definition at line 10 of file Exception.cpp.
|
virtual |
Definition at line 17 of file Exception.cpp.
|
virtual |
Definition at line 12 of file Exception.cpp.
| std::string Exception::msg |
Definition at line 16 of file Exception.h.