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

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}
std::string excProtection_format(int errnum)

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