ATLAS Offline Software
|
Exception — Range reference out of bounds. More...
#include <exceptions.h>
Public Member Functions | |
ExcOutOfRange (const char *what, size_t i, size_t size) | |
Constructor. More... | |
Exception — Range reference out of bounds.
An index within an range was out of bounds.
Definition at line 536 of file Control/AthContainers/AthContainers/exceptions.h.
SG::ExcOutOfRange::ExcOutOfRange | ( | const char * | what, |
size_t | i, | ||
size_t | size | ||
) |
Constructor.
what | Description of the failing operation. |
i | The attempted index. |
size | The actual size of the range. |
Definition at line 718 of file Control/AthContainers/Root/exceptions.cxx.