Public Member Functions | |
ExcDimensionMismatch (const int a1, const int a2) | |
virtual | ~ExcDimensionMismatch () throw () |
virtual void | print_info (std::ostream &out) const |
Private Attributes | |
const int | arg1 |
const int | arg2 |
Parameters to the constructor are the first and second size, both of type int
.
StandardExceptions::ExcDimensionMismatch::ExcDimensionMismatch | ( | const int | a1, | |
const int | a2 | |||
) | [inline] |
virtual StandardExceptions::ExcDimensionMismatch::~ExcDimensionMismatch | ( | ) | throw () [inline, virtual] |
virtual void StandardExceptions::ExcDimensionMismatch::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 StandardExceptions::ExcDimensionMismatch::arg1 [private] |
const int StandardExceptions::ExcDimensionMismatch::arg2 [private] |