StandardExceptions::ExcNotMultiple Class Reference
[Exceptions and assertions]
List of all members.
Detailed Description
This exception indicates that the first argument should be an integer multiple of the second, but is not.
Constructor & Destructor Documentation
StandardExceptions::ExcNotMultiple::ExcNotMultiple |
( |
const int |
a1, |
|
|
const int |
a2 | |
|
) |
| | [inline] |
virtual StandardExceptions::ExcNotMultiple::~ExcNotMultiple |
( |
|
) |
throw () [inline, virtual] |
Member Function Documentation
virtual void StandardExceptions::ExcNotMultiple::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.
Member Data Documentation
The documentation for this class was generated from the following file: