ATLAS Offline Software
|
Exception – Bad thinning request. More...
#include <exceptions.h>
Public Member Functions | |
ExcBadThinning (CLID clid, const std::string &key, SG::sgkey_t sgkey) | |
Constructor. More... | |
Exception – Bad thinning request.
thin() was called on an ElementLink with an index type that is not compatible with an integer.
Definition at line 292 of file Control/AthLinks/AthLinks/exceptions.h.
SG::ExcBadThinning::ExcBadThinning | ( | CLID | clid, |
const std::string & | key, | ||
SG::sgkey_t | sgkey | ||
) |
Constructor.
clid | CLID of the link. |
key | String key of the link. |
sgkey | Hashed key of the link. |
Definition at line 329 of file Control/AthLinks/src/exceptions.cxx.