ATLAS Offline Software
|
Exception — Can't convert DataVector to vector of ElementLinks. More...
#include <exceptions.h>
Public Member Functions | |
ExcDVToELV (const std::string &detail) | |
Constructor. More... | |
Exception — Can't convert DataVector to vector of ElementLinks.
Thrown by dataVectorAsELV
when trying to convert a view vector and the contained objects either do not derive from AuxElement
or are not part of a container.
Definition at line 266 of file Control/AthContainers/AthContainers/exceptions.h.
SG::ExcDVToELV::ExcDVToELV | ( | const std::string & | detail | ) |
Constructor.
detail | More information about the error. |
Definition at line 379 of file Control/AthContainers/Root/exceptions.cxx.