ATLAS Offline Software
|
Exception — The object referenced by a DataLink / ElementLink is not registered in SG. More...
#include <exceptions.h>
Public Member Functions | |
ExcPointerNotInSG (const void *pointer) | |
Constructor. More... | |
Exception — The object referenced by a DataLink / ElementLink is not registered in SG.
You have a DataLink or ElementLink that's referencing an object directly by a pointer. You attempted an operation on the link that requires finding the object's StoreGate information (such as trying to make it persistent), but the object had not been registered in StoreGate.
Definition at line 35 of file Control/AthLinks/AthLinks/exceptions.h.
SG::ExcPointerNotInSG::ExcPointerNotInSG | ( | const void * | pointer | ) |
Constructor.
pointer | Pointer to the object that the link is referencing. |
Definition at line 42 of file Control/AthLinks/src/exceptions.cxx.