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

Exception — Attempt to change protected arena. More...

#include <exceptions.h>

Inheritance diagram for SG::ExcProtected:
Collaboration diagram for SG::ExcProtected:

Public Member Functions

 ExcProtected ()
 Constructor. More...
 

Detailed Description

Exception — Attempt to change protected arena.

Definition at line 56 of file Control/AthAllocators/AthAllocators/exceptions.h.

Constructor & Destructor Documentation

◆ ExcProtected()

SG::ExcProtected::ExcProtected ( )

Constructor.

Definition at line 65 of file Control/AthAllocators/src/exceptions.cxx.

66  : std::runtime_error ("SG::ExcProtected: Attempt to change protected arena.")
67 {
68 }

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