ATLAS Offline Software
Public Member Functions | List of all members
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. More...
 

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 {
220  AthLinks_error();
221 }

The documentation for this class was generated from the following files:
python.Utils.unixtools.where
def where(filename, prepath=[])
"which" for python files -------------------------------------------------—
Definition: unixtools.py:53
SG::AthLinks_error
void AthLinks_error()
For setting debugger breakpoints.
Definition: Control/AthLinks/src/exceptions.cxx:21