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

Exception — Error initializing VarHandle from VarHandleKey. More...

#include <exceptions.h>

Inheritance diagram for SG::ExcHandleInitError:
Collaboration diagram for SG::ExcHandleInitError:

Public Member Functions

 ExcHandleInitError (CLID clid, const std::string &sgkey, const std::string &storename)
 Constructor. More...
 

Detailed Description

Exception — Error initializing VarHandle from VarHandleKey.

Definition at line 90 of file Control/StoreGate/StoreGate/exceptions.h.

Constructor & Destructor Documentation

◆ ExcHandleInitError()

SG::ExcHandleInitError::ExcHandleInitError ( CLID  clid,
const std::string &  sgkey,
const std::string &  storename 
)

Constructor.

Parameters
clidCLID from the key.
sgkeyStoreGate key from the key.
storenameStore name from the key.

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

90  : std::runtime_error (excHandleInitError_format (clid, sgkey, storename))
91 {
92 }

The documentation for this class was generated from the following files:
common.sgkey
def sgkey(tool)
Definition: common.py:1028
SG::excHandleInitError_format
std::string excHandleInitError_format(CLID clid, const std::string &sgkey, const std::string &storename)
Helper: format exception error string.
Definition: Control/StoreGate/src/exceptions.cxx:68