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

Exception — Aux data requested from object with no store. More...

#include <exceptions.h>

Inheritance diagram for SG::ExcNoAuxStore:
Collaboration diagram for SG::ExcNoAuxStore:

Public Member Functions

 ExcNoAuxStore (SG::auxid_t auxid)
 Constructor.
 ExcNoAuxStore (const char *op)
 Constructor.

Detailed Description

Exception — Aux data requested from object with no store.

You attempted to retrieve auxiliary data from an object with no associated auxiliary data store.

Definition at line 32 of file Control/AthContainers/AthContainers/exceptions.h.

Constructor & Destructor Documentation

◆ ExcNoAuxStore() [1/2]

SG::ExcNoAuxStore::ExcNoAuxStore ( SG::auxid_t auxid)

Constructor.

Parameters
auxidThe ID of the requested aux data item.

Definition at line 70 of file Control/AthContainers/Root/exceptions.cxx.

71 : std::runtime_error (excNoAuxStore_format (auxid))
72{
73}
std::string excNoAuxStore_format(SG::auxid_t auxid)
Helper: format exception error string.

◆ ExcNoAuxStore() [2/2]

SG::ExcNoAuxStore::ExcNoAuxStore ( const char * op)

Constructor.

Parameters
opThe attempted operation.

Definition at line 80 of file Control/AthContainers/Root/exceptions.cxx.

81 : std::runtime_error (excNoAuxStore_format (op))
82{
83}

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