Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members

Exception::OutOfRange Class Reference

Out of range. More...

#include <exception.h>

Inheritance diagram for Exception::OutOfRange:

Exception::GeneralException List of all members.

Public Member Functions

 OutOfRange (const char *file, int line) throw ()

Detailed Description

Out of range.

Use this exception to indicate that a given value is out of a defined range, i. e. not within the domain of a function.