#include <ODERelax.h>
Public Member Functions | |
RelaxationException (const RelaxationException &other) | |
Copy constructor. | |
RelaxationException (const string &msg, const string &where) | |
Constructs a relaxation exception with the specified message. | |
RelaxationException (const Exception &orig, const string &where) | |
Constructs a relaxation exception from another kind of exception. | |
RelaxationException (const Exception &orig, const string &msg, const string &where) | |
Constructs a relaxation exception from another kind of exception. |
gridripper::odesolver::relax::ODERelax::RelaxationException::RelaxationException | ( | const RelaxationException & | other | ) | [inline] |
Copy constructor.
other | the other exception |
gridripper::odesolver::relax::ODERelax::RelaxationException::RelaxationException | ( | const string & | msg, | |
const string & | where | |||
) | [inline] |
Constructs a relaxation exception with the specified message.
msg | the message | |
where | location in the code |
gridripper::odesolver::relax::ODERelax::RelaxationException::RelaxationException | ( | const Exception & | orig, | |
const string & | where | |||
) | [inline] |
Constructs a relaxation exception from another kind of exception.
orig | the original exception | |
where | location in the code |
gridripper::odesolver::relax::ODERelax::RelaxationException::RelaxationException | ( | const Exception & | orig, | |
const string & | msg, | |||
const string & | where | |||
) | [inline] |
Constructs a relaxation exception from another kind of exception.
orig | the original exception | |
msg | the message | |
where | location in the code |