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

Exception — invalid index. More...

#include <exceptions.h>

Inheritance diagram for SG::ExcInvalidIndex:
Collaboration diagram for SG::ExcInvalidIndex:

Public Member Functions

 ExcInvalidIndex (const std::string &where)
 Constructor. More...
 

Detailed Description

Exception — invalid index.

You tried to set the index for an ElementLink to an invalid value.

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

Constructor & Destructor Documentation

◆ ExcInvalidIndex()

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

Constructor.

Parameters
whereThe operation being attempted.

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

194  : std::runtime_error ("SG::ExcInvalidIndex: " + where + ": invalid index")
195 {
196  AthLinks_error();
197 }

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