ATLAS Offline Software
Loading...
Searching...
No Matches
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.

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{
197}
void AthLinks_error()
For setting debugger breakpoints.

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