ATLAS Offline Software
Loading...
Searching...
No Matches
SG::ExcElementNotFound Class Reference

Exception — element not found. More...

#include <exceptions.h>

Inheritance diagram for SG::ExcElementNotFound:
Collaboration diagram for SG::ExcElementNotFound:

Public Member Functions

 ExcElementNotFound (const std::string &where)
 Constructor.

Detailed Description

Exception — element not found.

You had an ElementLink initialized with a pointer to the element directly. Some operation requires the index of the element within its container, but the element is not present in the container.

Definition at line 140 of file Control/AthLinks/AthLinks/exceptions.h.

Constructor & Destructor Documentation

◆ ExcElementNotFound()

SG::ExcElementNotFound::ExcElementNotFound ( const std::string & where)

Constructor.

Parameters
whereThe operation being attempted.

Definition at line 168 of file Control/AthLinks/src/exceptions.cxx.

169 : std::runtime_error ("SG::ExcElementNotFound: " + where +
170 ": element not found")
171{
173}
void AthLinks_error()
For setting debugger breakpoints.

The documentation for this class was generated from the following files: