ATLAS Offline Software
Public Member Functions | List of all members
SG::ExcBadHandleKey Class Reference

Exception — Bad key format for VarHandleKey. More...

#include <exceptions.h>

Inheritance diagram for SG::ExcBadHandleKey:
Collaboration diagram for SG::ExcBadHandleKey:

Public Member Functions

 ExcBadHandleKey (const std::string &key)
 Constructor. More...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ExcBadHandleKey()

SG::ExcBadHandleKey::ExcBadHandleKey ( const std::string &  key)

Constructor.

Parameters
keyThe supplied key string.

Definition at line 45 of file Control/StoreGate/src/exceptions.cxx.

46  : std::runtime_error ("SG::ExcBadHandleKey: Bad key format for VarHandleKey: `" + key + "'")
47 {
48 }

The documentation for this class was generated from the following files:
mapkey::key
key
Definition: TElectronEfficiencyCorrectionTool.cxx:37