ATLAS Offline Software
|
Exception — Proxy collision for clid/key. More...
#include <exceptions.h>
Public Member Functions | |
ExcProxyCollision (CLID id, const std::string &key, CLID primary_id, const std::string &primary_key) | |
Constructor. More... | |
Exception — Proxy collision for clid/key.
DataStore was attempting to fill in the CLID/key for a dummy proxy, but there was already another proxy present with that CLID/key.
This should never happen.
Definition at line 78 of file Control/SGTools/SGTools/exceptions.h.
SG::ExcProxyCollision::ExcProxyCollision | ( | CLID | id, |
const std::string & | key, | ||
CLID | primary_id, | ||
const std::string & | primary_key | ||
) |
Constructor.
id | CLID we're trying to set on the dummy proxy. |
key | Key we're trying to set on the dummy proxy. |
primary_id | CLID of the existing proxy. |
primary_key | Key of the existing proxy. |
Definition at line 86 of file Control/SGTools/src/exceptions.cxx.