ATLAS Offline Software
|
Exception — Attempt to dereference invalid DataLink / ElementLink ". More...
#include <exceptions.h>
Public Member Functions | |
ExcInvalidLink (CLID clid, const std::string &key, SG::sgkey_t sgkey) | |
Constructor. More... | |
Exception — Attempt to dereference invalid DataLink / ElementLink ".
You tried to dereference a link that either is null or for which the referenced object can not be retrieved from StoreGate.
Definition at line 76 of file Control/AthLinks/AthLinks/exceptions.h.
SG::ExcInvalidLink::ExcInvalidLink | ( | CLID | clid, |
const std::string & | key, | ||
SG::sgkey_t | sgkey | ||
) |
Constructor.
clid | CLID of the link. |
key | String key of the link. |
sgkey | Hashed key of the link. |
Definition at line 96 of file Control/AthLinks/src/exceptions.cxx.