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

Exception — Bad use of private store. More...

#include <exceptions.h>

Inheritance diagram for SG::ExcBadPrivateStore:
Collaboration diagram for SG::ExcBadPrivateStore:

Public Member Functions

 ExcBadPrivateStore (const std::string &op)
 Constructor. More...
 

Detailed Description

Exception — Bad use of private store.

You called makePrivateStore when there was already one, or releasePrivateStore when there wasn't one.

Definition at line 111 of file Control/AthContainers/AthContainers/exceptions.h.

Constructor & Destructor Documentation

◆ ExcBadPrivateStore()

SG::ExcBadPrivateStore::ExcBadPrivateStore ( const std::string &  op)

Constructor.

Parameters
opThe attempted operation.

Definition at line 159 of file Control/AthContainers/Root/exceptions.cxx.

160  : std::runtime_error ("SG::ExcBadPrivateStore: "
161  "Bad use of private store: " + op)
162 {
163 }

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