#include <BALL/COMMON/exception.h>
Public Member Functions | |
IndexOverflow (const char *file, int line, Index index=0, Size size=0) | |
Protected Attributes | |
Size | size_ |
Index | index_ |
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.
index | the value of the index causing the problem | |
size | largest value allowed for index |
Definition at line 162 of file COMMON/exception.h.
BALL::Exception::IndexOverflow::IndexOverflow | ( | const char * | file, | |
int | line, | |||
Index | index = 0 , |
|||
Size | size = 0 | |||
) |
Index BALL::Exception::IndexOverflow::index_ [protected] |
Definition at line 171 of file COMMON/exception.h.
Size BALL::Exception::IndexOverflow::size_ [protected] |
Definition at line 170 of file COMMON/exception.h.