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