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

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

#include <exceptions.h>

Inheritance diagram for SG::ExcNullReadHandle:
Collaboration diagram for SG::ExcNullReadHandle:

Public Member Functions

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

Detailed Description

Exception — Deference of read handle failed.

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

Constructor & Destructor Documentation

◆ ExcNullReadHandle()

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

236  : std::runtime_error (excNullReadHandle_format (clid, sgkey, storename))
237 {
238 }

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