Public Member Functions | |
ExcTooFewTmpVectors (const int a1) | |
virtual | ~ExcTooFewTmpVectors () throw () |
virtual void | print_info (std::ostream &out) const |
Private Attributes | |
const int | arg1 |
SolverGMRES< VECTOR >::ExcTooFewTmpVectors::ExcTooFewTmpVectors | ( | const int | a1 | ) | [inline] |
virtual SolverGMRES< VECTOR >::ExcTooFewTmpVectors::~ExcTooFewTmpVectors | ( | ) | throw () [inline, virtual] |
virtual void SolverGMRES< VECTOR >::ExcTooFewTmpVectors::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 int SolverGMRES< VECTOR >::ExcTooFewTmpVectors::arg1 [private] |