UQTk: Uncertainty Quantification Toolkit 3.1.5
|
#include <MyException.h>
Public Member Functions | |
MyException (const char *errormessage) | |
Construct an exception using a C-style character string. | |
MyException (const std::string &errormessage) | |
Construct an exception using a C++-style string. | |
virtual | ~MyException () throw () |
Destroy. | |
const char * | what () const throw () |
What's going on? | |
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 |