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

Exception — Attempt to dereference write handle before record. More...

#include <exceptions.h>

Inheritance diagram for SG::ExcNullWriteHandle:
Collaboration diagram for SG::ExcNullWriteHandle:

Public Member Functions

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

Detailed Description

Exception — Attempt to dereference write handle before record.

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

Constructor & Destructor Documentation

◆ ExcNullWriteHandle()

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

191  : std::runtime_error (excNullWriteHandle_format (clid, sgkey, storename))
192 {
193 }

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