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

Exception — Overlapping copies not implemented for jagged vectors. More...

#include <exceptions.h>

Inheritance diagram for SG::ExcJaggedVecOverlappingCopy:
Collaboration diagram for SG::ExcJaggedVecOverlappingCopy:

Public Member Functions

 ExcJaggedVecOverlappingCopy ()
 Constructor. More...
 

Detailed Description

Exception — Overlapping copies not implemented for jagged vectors.

Talk to core software if this is an issue.

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

Constructor & Destructor Documentation

◆ ExcJaggedVecOverlappingCopy()

SG::ExcJaggedVecOverlappingCopy::ExcJaggedVecOverlappingCopy ( )

Constructor.

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

682  : std::runtime_error (excJaggedVecOverlappingCopy_format())
683 {
684 }

The documentation for this class was generated from the following files:
SG::excJaggedVecOverlappingCopy_format
std::string excJaggedVecOverlappingCopy_format()
Helper: format exception error string.
Definition: Control/AthContainers/Root/exceptions.cxx:672