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

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}
std::string excNullReadHandle_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: