ATLAS Offline Software
|
Exception — Missing CLID for ViewVector
.
More...
#include <exceptions.h>
Public Member Functions | |
ExcMissingViewVectorCLID (const std::type_info &ti) | |
Constructor. More... | |
Exception — Missing CLID for ViewVector
.
A ViewVector
was used in a context that requires a CLID, but no CLID was available. Make sure a VIEWVECTOR_CLASS_DEF declaration exists for the class in a library that has been loaded.
Definition at line 308 of file Control/AthContainers/AthContainers/exceptions.h.
SG::ExcMissingViewVectorCLID::ExcMissingViewVectorCLID | ( | const std::type_info & | ti | ) |
Constructor.
ti | type_info for the class with the missing CLID. |
Definition at line 412 of file Control/AthContainers/Root/exceptions.cxx.