UQTk: Uncertainty Quantification Toolkit
3.1.1
|
#include <MyException.h>
Public Member Functions | |
MyException (const char *errormessage) | |
Construct an exception using a C-style character string. More... | |
MyException (const std::string &errormessage) | |
Construct an exception using a C++-style string. More... | |
virtual | ~MyException () throw () |
Destroy. More... | |
const char * | what () const throw () |
What's going on? More... | |
Private Attributes | |
std::string | error_ |
Just an example exception - feel free to override this.
|
inline |
Construct an exception using a C-style character string.
|
inline |
Construct an exception using a C++-style string.
|
inlinevirtual |
Destroy.
|
inline |
What's going on?
This function is not permitted to throw exceptions.
|
private |