ATLAS Offline Software
|
Exception — element not found. More...
#include <exceptions.h>
Public Member Functions | |
ExcElementNotFound (const std::string &where) | |
Constructor. More... | |
Exception — element not found.
You had an ElementLink initialized with a pointer to the element directly. Some operation requires the index of the element within its container, but the element is not present in the container.
Definition at line 140 of file Control/AthLinks/AthLinks/exceptions.h.
SG::ExcElementNotFound::ExcElementNotFound | ( | const std::string & | where | ) |
Constructor.
where | The operation being attempted. |
Definition at line 168 of file Control/AthLinks/src/exceptions.cxx.