#include <exception.h>
Inheritance diagram for Exception::OutOfRange:
Public Member Functions | |
OutOfRange (const char *file, int line) throw () |
Use this exception to indicate that a given value is out of a defined range, i. e. not within the domain of a function.