ATLAS Offline Software
|
Exception — Tried to create a handle from an uninitialized key. More...
#include <exceptions.h>
Public Member Functions | |
ExcUninitKey (CLID clid, const std::string &sgkey, const std::string &storename, const std::string &holdername="", const std::string &htype="VarHandle") | |
Constructor. More... | |
Exception — Tried to create a handle from an uninitialized key.
Definition at line 109 of file Control/StoreGate/StoreGate/exceptions.h.
SG::ExcUninitKey::ExcUninitKey | ( | CLID | clid, |
const std::string & | sgkey, | ||
const std::string & | storename, | ||
const std::string & | holdername = "" , |
||
const std::string & | htype = "VarHandle" |
||
) |
Constructor.
clid | CLID from the key. |
sgkey | StoreGate key from the key. |
storename | Store name from the key. |
holdername | IDataHandleHolder holding the key. |
htype | Handle type. |
Definition at line 124 of file Control/StoreGate/src/exceptions.cxx.