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

Exception — Bad allocation ownership. More...

#include <exceptions.h>

Inheritance diagram for SG::ExcAllocOwnership:
Collaboration diagram for SG::ExcAllocOwnership:

Public Member Functions

 ExcAllocOwnership ()
 Constructor. More...
 

Detailed Description

Exception — Bad allocation ownership.

Attempt to add a locally-allocated element to a container when it was allocated from a different container.

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

Constructor & Destructor Documentation

◆ ExcAllocOwnership()

SG::ExcAllocOwnership::ExcAllocOwnership ( )

Constructor.

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

628  : std::runtime_error ("SG::ExcAllocOwnership: Bad allocation ownership.")
629 {
630 }

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