ATLAS Offline Software
|
Exception — Bad key format for VarHandleKey. More...
#include <exceptions.h>
Public Member Functions | |
ExcBadHandleKey (const std::string &key) | |
Constructor. More... | |
Exception — Bad key format for VarHandleKey.
The key for a VarHandle must be of the form KEY or STORE/KEY; no more than one slash may be present in the key string.
Definition at line 60 of file Control/StoreGate/StoreGate/exceptions.h.
SG::ExcBadHandleKey::ExcBadHandleKey | ( | const std::string & | key | ) |
Constructor.
key | The supplied key string. |
Definition at line 45 of file Control/StoreGate/src/exceptions.cxx.