Exception --- Bad use of private store. More...
#include <exceptions.h>
Public Member Functions | |
ExcBadPrivateStore (const std::string &op) | |
Constructor. |
Exception --- Bad use of private store.
You called makePrivateStore
when there was already one, or releasePrivateStore
when there wasn't one.
SG::ExcBadPrivateStore::ExcBadPrivateStore | ( | const std::string & | op | ) |
Constructor.
op | The attempted operation. |