ATLAS Offline Software
|
Exception — Attempted to modify auxiliary data in a locked store. More...
#include <exceptions.h>
Public Member Functions | |
ExcStoreLocked (SG::auxid_t auxid) | |
Constructor. More... | |
ExcStoreLocked (const char *op) | |
Constructor. More... | |
Exception — Attempted to modify auxiliary data in a locked store.
Thrown when there was an attempt to access a non-decorator auxiliary item in a locked store, or when some other operation that would change the store is attempted.
Definition at line 181 of file Control/AthContainers/AthContainers/exceptions.h.
SG::ExcStoreLocked::ExcStoreLocked | ( | SG::auxid_t | auxid | ) |
Constructor.
op | The attempted operation. |
Definition at line 276 of file Control/AthContainers/Root/exceptions.cxx.
SG::ExcStoreLocked::ExcStoreLocked | ( | const char * | op | ) |
Constructor.
op | The attempted operation. |
Definition at line 286 of file Control/AthContainers/Root/exceptions.cxx.