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

Exception — Attempt to change memory protection failed. More...

#include <exceptions.h>

Inheritance diagram for SG::ExcProtection:
Collaboration diagram for SG::ExcProtection:

Public Member Functions

 ExcProtection (int errnum)
 Constructor. More...
 

Detailed Description

Exception — Attempt to change memory protection failed.

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

Constructor & Destructor Documentation

◆ ExcProtection()

SG::ExcProtection::ExcProtection ( int  errnum)

Constructor.

Parameters
errnumThe system error code.

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

54  : std::runtime_error (excProtection_format (errnum))
55 {
56 }

The documentation for this class was generated from the following files:
SG::excProtection_format
std::string excProtection_format(int errnum)
Definition: Control/AthAllocators/src/exceptions.cxx:34