ATLAS Offline Software
Loading...
Searching...
No Matches
SG::ExcConstStorable Class Reference

Exception – Tried to retrieve const storable as a non-const pointer. More...

#include <exceptions.h>

Inheritance diagram for SG::ExcConstStorable:
Collaboration diagram for SG::ExcConstStorable:

Public Member Functions

 ExcConstStorable (CLID clid, const std::string &key, SG::sgkey_t sgkey)
 Constructor.

Detailed Description

Exception – Tried to retrieve const storable as a non-const pointer.

Definition at line 270 of file Control/AthLinks/AthLinks/exceptions.h.

Constructor & Destructor Documentation

◆ ExcConstStorable()

SG::ExcConstStorable::ExcConstStorable ( CLID clid,
const std::string & key,
SG::sgkey_t sgkey )

Constructor.

Parameters
clidCLID of the link.
keyString key of the link.
sgkeyHashed key of the link.

Definition at line 299 of file Control/AthLinks/src/exceptions.cxx.

302 : std::runtime_error (excConstStorable_format (clid, key, sgkey))
303{
305}
std::string excConstStorable_format(CLID clid, const std::string &key, SG::sgkey_t sgkey)
Helper: format exception error string.
void AthLinks_error()
For setting debugger breakpoints.

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