ATLAS Offline Software
Loading...
Searching...
No Matches
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.

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}
std::string excHandleInitError_format(CLID clid, const std::string &sgkey, const std::string &storename)
Helper: format exception error string.

The documentation for this class was generated from the following files: