ATLAS Offline Software
|
Exception — Attempt to set DataLink / ElementLink with CLID <clid> to object with CLID <clid>. More...
#include <exceptions.h>
Public Member Functions | |
ExcCLIDMismatch (CLID obj_clid, CLID link_clid) | |
Constructor. More... | |
Exception — Attempt to set DataLink / ElementLink with CLID <clid> to object with CLID <clid>.
The object being assigned to a link doesn't match the link's declared type. It should not be possible to do this through the link's public interfaces, but it could occur reading a corrupt input file.
Definition at line 57 of file Control/AthLinks/AthLinks/exceptions.h.
Constructor.
obj_clid | The CLID of the object being assigned to the link. |
link_clid | The declared CLID of the link. |
Definition at line 68 of file Control/AthLinks/src/exceptions.cxx.