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

Exception — Deference of update handle failed. More...

#include <exceptions.h>

Inheritance diagram for SG::ExcNullUpdateHandle:
Collaboration diagram for SG::ExcNullUpdateHandle:

Public Member Functions

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

Detailed Description

Exception — Deference of update handle failed.

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

Constructor & Destructor Documentation

◆ ExcNullUpdateHandle()

SG::ExcNullUpdateHandle::ExcNullUpdateHandle ( 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 278 of file Control/StoreGate/src/exceptions.cxx.

281  : std::runtime_error (excNullUpdateHandle_format (clid, sgkey, storename))
282 {
283 }

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