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

Exception — Forbidden method called. More...

#include <exceptions.h>

Inheritance diagram for SG::ExcForbiddenMethod:
Collaboration diagram for SG::ExcForbiddenMethod:

Public Member Functions

 ExcForbiddenMethod (const std::string &name)
 Constructor. More...
 

Detailed Description

Exception — Forbidden method called.

Definition at line 75 of file Control/StoreGate/StoreGate/exceptions.h.

Constructor & Destructor Documentation

◆ ExcForbiddenMethod()

SG::ExcForbiddenMethod::ExcForbiddenMethod ( const std::string &  name)

Constructor.

Parameters
nameName of the called method.

Definition at line 58 of file Control/StoreGate/src/exceptions.cxx.

59  : std::runtime_error ("SG::ExcForbiddenMethod: Forbidden method called: `" + name + "'")
60 {
61 }

The documentation for this class was generated from the following files:
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192