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