Public Member Functions

gridripper::odesolver::relax::ODERelax::RelaxationException Class Reference

Relaxation error. More...

#include <ODERelax.h>

Inheritance diagram for gridripper::odesolver::relax::ODERelax::RelaxationException:
gridripper::Exception

List of all members.

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.

Detailed Description

Relaxation error.


Constructor & Destructor Documentation

gridripper::odesolver::relax::ODERelax::RelaxationException::RelaxationException ( const RelaxationException other  )  [inline]

Copy constructor.

Parameters:
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.

Parameters:
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.

Parameters:
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.

Parameters:
orig the original exception
msg the message
where location in the code

The documentation for this class was generated from the following file: