ATLAS Offline Software
|
Exception — Aux data requested from object with no store. More...
#include <exceptions.h>
Public Member Functions | |
ExcNoAuxStore (SG::auxid_t auxid) | |
Constructor. More... | |
ExcNoAuxStore (const char *op) | |
Constructor. More... | |
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.
SG::ExcNoAuxStore::ExcNoAuxStore | ( | SG::auxid_t | auxid | ) |
Constructor.
auxid | The ID of the requested aux data item. |
Definition at line 70 of file Control/AthContainers/Root/exceptions.cxx.
SG::ExcNoAuxStore::ExcNoAuxStore | ( | const char * | op | ) |
Constructor.
op | The attempted operation. |
Definition at line 80 of file Control/AthContainers/Root/exceptions.cxx.