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

Exception — index not found. More...

#include <exceptions.h>

Inheritance diagram for SG::ExcIndexNotFound:
Collaboration diagram for SG::ExcIndexNotFound:

Public Member Functions

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

Detailed Description

Exception — index not found.

You have an ElementLink referencing an associative container. You tried to dereference the link, but the index stored in the link wasn't present in the container.

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

Constructor & Destructor Documentation

◆ ExcIndexNotFound()

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

Constructor.

Parameters
whereThe operation being attempted.

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

218 : std::runtime_error ("SG::ExcIndexNotFound: " + where + ": index not found")
219{
221}
void AthLinks_error()
For setting debugger breakpoints.

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