ATLAS Offline Software
|
Exception — ForwardIndexingPolicy: internal link state is invalid. More...
#include <exceptions.h>
Public Member Functions | |
ExcBadForwardLink (size_t index, size_t size, const std::string &name) | |
Constructor. More... | |
Exception — ForwardIndexingPolicy: internal link state is invalid.
You tried to dereference a link to a container described by ForwardIndexingPolicy (a vector or similar), but the index was outside of the range of the container.
Definition at line 109 of file Control/AthLinks/AthLinks/exceptions.h.
SG::ExcBadForwardLink::ExcBadForwardLink | ( | size_t | index, |
size_t | size, | ||
const std::string & | name | ||
) |
Constructor.
index | Index in the link. |
size | Size of the referenced container. |
name | Type name of the container. |
Definition at line 142 of file Control/AthLinks/src/exceptions.cxx.