BALL::Exception::OutOfRange Class Reference

#include <BALL/COMMON/exception.h>

Inheritance diagram for BALL::Exception::OutOfRange:
BALL::Exception::GeneralException

List of all members.


Public Member Functions

 OutOfRange (const char *file, int line)

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.


Constructor & Destructor Documentation

BALL::Exception::OutOfRange::OutOfRange ( const char *  file,
int  line 
)