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

Exception — Deference invalid SG::Iterator. More...

#include <exceptions.h>

Inheritance diagram for SG::ExcInvalidIterator:
Collaboration diagram for SG::ExcInvalidIterator:

Public Member Functions

 ExcInvalidIterator ()
 Constructor. More...
 

Detailed Description

Exception — Deference invalid SG::Iterator.

Definition at line 280 of file Control/StoreGate/StoreGate/exceptions.h.

Constructor & Destructor Documentation

◆ ExcInvalidIterator()

SG::ExcInvalidIterator::ExcInvalidIterator ( )

Constructor.

Definition at line 351 of file Control/StoreGate/src/exceptions.cxx.

352  : std::runtime_error ("SG::ExcInvalidIterator: Attempt to dereference invalid SG::Iterator/SG::ConstIterator")
353 {
354 }

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