ATLAS Offline Software
|
Exception — index not found. More...
#include <exceptions.h>
Public Member Functions | |
ExcIndexNotFound (const std::string &where) | |
Constructor. More... | |
Exception — index not found.
You have an ElementLink referencing an associative container. You tried to dereference the link, but the index stored in the link wasn't present in the container.
Definition at line 197 of file Control/AthLinks/AthLinks/exceptions.h.
SG::ExcIndexNotFound::ExcIndexNotFound | ( | const std::string & | where | ) |
Constructor.
where | The operation being attempted. |
Definition at line 217 of file Control/AthLinks/src/exceptions.cxx.