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

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: