ATLAS Offline Software
Public Member Functions | List of all members
SG::ExcDVToELV Class Reference

Exception — Can't convert DataVector to vector of ElementLinks. More...

#include <exceptions.h>

Inheritance diagram for SG::ExcDVToELV:
Collaboration diagram for SG::ExcDVToELV:

Public Member Functions

 ExcDVToELV (const std::string &detail)
 Constructor. More...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ExcDVToELV()

SG::ExcDVToELV::ExcDVToELV ( const std::string &  detail)

Constructor.

Parameters
detailMore information about the error.

Definition at line 379 of file Control/AthContainers/Root/exceptions.cxx.

380  : std::runtime_error (excDVToELV_format (detail))
381 {
382 }

The documentation for this class was generated from the following files:
detail
Definition: extract_histogram_tag.cxx:14
SG::excDVToELV_format
std::string excDVToELV_format(const std::string &detail)
Helper: format exception error string.
Definition: Control/AthContainers/Root/exceptions.cxx:365