Public Member Functions | |
ExcInvalidIndexWithinRow (const int a1, const int a2) | |
virtual | ~ExcInvalidIndexWithinRow () throw () |
virtual void | print_info (std::ostream &out) const |
Private Attributes | |
const int | arg1 |
const int | arg2 |
PETScWrappers::MatrixIterators::const_iterator::ExcInvalidIndexWithinRow::ExcInvalidIndexWithinRow | ( | const int | a1, | |
const int | a2 | |||
) | [inline] |
virtual PETScWrappers::MatrixIterators::const_iterator::ExcInvalidIndexWithinRow::~ExcInvalidIndexWithinRow | ( | ) | throw () [inline, virtual] |
virtual void PETScWrappers::MatrixIterators::const_iterator::ExcInvalidIndexWithinRow::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.