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