BALL::Exception::IndexOverflow Class Reference
#include <BALL/COMMON/exception.h>
List of all members.
Detailed Description
Index overflow. Throw this exception to indicate an index that was larger than allowed. The constructor has two additional arguments, the values of which should be set to the index that caused the failure and the largest allowed value to simplify debugging.
- Parameters:
-
| index | the value of the index causing the problem |
| size | largest value allowed for index |
Constructor & Destructor Documentation
BALL::Exception::IndexOverflow::IndexOverflow |
( |
const char * |
file, |
|
|
int |
line, |
|
|
Index |
index = 0 , |
|
|
Size |
size = 0 | |
|
) |
| | |
Member Data Documentation