Public Member Functions | |
ExcWrongBlockSize (const int a1, const int a2) | |
virtual | ~ExcWrongBlockSize () throw () |
virtual void | print_info (std::ostream &out) const |
Private Attributes | |
const int | arg1 |
const int | arg2 |
PreconditionBlock< MATRIX, inverse_type >::ExcWrongBlockSize::ExcWrongBlockSize | ( | const int | a1, | |
const int | a2 | |||
) | [inline] |
virtual PreconditionBlock< MATRIX, inverse_type >::ExcWrongBlockSize::~ExcWrongBlockSize | ( | ) | throw () [inline, virtual] |
virtual void PreconditionBlock< MATRIX, inverse_type >::ExcWrongBlockSize::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 PreconditionBlock< MATRIX, inverse_type >::ExcWrongBlockSize::arg1 [private] |
const int PreconditionBlock< MATRIX, inverse_type >::ExcWrongBlockSize::arg2 [private] |