ATLAS Offline Software
|
Exception — Linked variable mismatch. More...
#include <exceptions.h>
Public Member Functions | |
ExcLinkMismatch (SG::auxid_t auxid, const std::type_info &type, SG::auxid_t existing_linked_id, SG::auxid_t requested_linked_id) | |
Constructor. More... | |
Exception — Linked variable mismatch.
Definition at line 395 of file Control/AthContainers/AthContainers/exceptions.h.
SG::ExcLinkMismatch::ExcLinkMismatch | ( | SG::auxid_t | auxid, |
const std::type_info & | type, | ||
SG::auxid_t | existing_linked_id, | ||
SG::auxid_t | requested_linked_id | ||
) |
Constructor.
auxid | ID of the requested aux data item. |
type | Type of the item. |
existing_linked_id | ID of existing linked variable. |
requested_linked_id | ID of requested linked variable. |
Definition at line 544 of file Control/AthContainers/Root/exceptions.cxx.