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

Exception — Bad iter_swap. More...

#include <exceptions.h>

Inheritance diagram for SG::ExcBadIterSwap:
Collaboration diagram for SG::ExcBadIterSwap:

Public Member Functions

 ExcBadIterSwap ()
 Constructor. More...
 

Detailed Description

Exception — Bad iter_swap.

Attempt to swap between containers with inconsistent ownership.

Definition at line 455 of file Control/AthContainers/AthContainers/exceptions.h.

Constructor & Destructor Documentation

◆ ExcBadIterSwap()

SG::ExcBadIterSwap::ExcBadIterSwap ( )

Constructor.

Definition at line 615 of file Control/AthContainers/Root/exceptions.cxx.

616  : std::runtime_error ("SG::ExcBadIterSwap: Attempt to swap between containers with inconsistent ownership.")
617 {
618 }

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