Public Member Functions | |
ExcSolverDoesNotExist (const std::string a1) | |
virtual | ~ExcSolverDoesNotExist () throw () |
virtual void | print_info (std::ostream &out) const |
Private Attributes | |
const std::string | arg1 |
SolverSelector< VECTOR >::ExcSolverDoesNotExist::ExcSolverDoesNotExist | ( | const std::string | a1 | ) | [inline] |
virtual SolverSelector< VECTOR >::ExcSolverDoesNotExist::~ExcSolverDoesNotExist | ( | ) | throw () [inline, virtual] |
virtual void SolverSelector< VECTOR >::ExcSolverDoesNotExist::print_info | ( | std::ostream & | out | ) | const [inline, virtual] |
Print more specific information about the exception which occured. Overload this function in your own exception classes.
Reimplemented from ExceptionBase.
const std::string SolverSelector< VECTOR >::ExcSolverDoesNotExist::arg1 [private] |