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

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: