Public Member Functions | |
ExcIndexRange (const int a1, const int a2, const int a3) | |
virtual | ~ExcIndexRange () throw () |
virtual void | print_info (std::ostream &out) const |
Private Attributes | |
const int | arg1 |
const int | arg2 |
const int | arg3 |
The constructor takes three int
, namely
StandardExceptions::ExcIndexRange::ExcIndexRange | ( | const int | a1, | |
const int | a2, | |||
const int | a3 | |||
) | [inline] |
virtual StandardExceptions::ExcIndexRange::~ExcIndexRange | ( | ) | throw () [inline, virtual] |
virtual void StandardExceptions::ExcIndexRange::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::ExcIndexRange::arg1 [private] |
const int StandardExceptions::ExcIndexRange::arg2 [private] |
const int StandardExceptions::ExcIndexRange::arg3 [private] |