ATLAS Offline Software
|
Exception — Bad use of private store. More...
#include <exceptions.h>
Public Member Functions | |
ExcBadPrivateStore (const std::string &op) | |
Constructor. More... | |
Exception — Bad use of private store.
You called makePrivateStore
when there was already one, or releasePrivateStore
when there wasn't one.
Definition at line 111 of file Control/AthContainers/AthContainers/exceptions.h.
SG::ExcBadPrivateStore::ExcBadPrivateStore | ( | const std::string & | op | ) |
Constructor.
op | The attempted operation. |
Definition at line 159 of file Control/AthContainers/Root/exceptions.cxx.