#include <InitCond.h>
Public Member Functions | |
| Exception (const Exception &other) | |
| Copy constructor. | |
| Exception (const string &msg, const string &where) | |
| Construct an exception. | |
| Exception (const exception &orig, const string &where) | |
| Construct an exception with a starting trace. | |
| Exception (const exception &orig, const string &msg, const string &where) | |
| Construct an exception with a starting trace. | |
| gridripper::amr1d::InitCond::Exception::Exception | ( | const string & | msg, | |
| const string & | where | |||
| ) | [inline] |
| gridripper::amr1d::InitCond::Exception::Exception | ( | const exception & | orig, | |
| const string & | where | |||
| ) | [inline] |
Construct an exception with a starting trace.
| orig | original exception containing the source of the trace | |
| where | current location (method name) |
| gridripper::amr1d::InitCond::Exception::Exception | ( | const exception & | orig, | |
| const string & | msg, | |||
| const string & | where | |||
| ) | [inline] |
Construct an exception with a starting trace.
| orig | original exception containing the source of the trace | |
| msg | error message | |
| where | current location (method name) |
1.5.6