Exception --- Attempted to modify auxiliary data in a locked store. More...
#include <exceptions.h>
Public Member Functions | |
ExcStoreLocked (SG::auxid_t auxid) | |
Constructor. | |
ExcStoreLocked (const char *op) | |
Constructor. |
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.
SG::ExcStoreLocked::ExcStoreLocked | ( | SG::auxid_t | auxid | ) |
Constructor.
op | The attempted operation. |
SG::ExcStoreLocked::ExcStoreLocked | ( | const char * | op | ) |
Constructor.
op | The attempted operation. |