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

Exception — Ownership mismatch for insertMove. More...

#include <exceptions.h>

Inheritance diagram for SG::ExcInsertMoveOwnershipMismatch:
Collaboration diagram for SG::ExcInsertMoveOwnershipMismatch:

Public Member Functions

 ExcInsertMoveOwnershipMismatch ()
 Constructor. More...
 

Detailed Description

Exception — Ownership mismatch for insertMove.

For insertMove, both vectors must have the same ownership mode.

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

Constructor & Destructor Documentation

◆ ExcInsertMoveOwnershipMismatch()

SG::ExcInsertMoveOwnershipMismatch::ExcInsertMoveOwnershipMismatch ( )

Constructor.

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

460  : std::runtime_error ("Ownership mismatch for insertMove.")
461 {
462 }

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