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

Exception — Attempt to dereference a Read/Write/UpdateHandle with a null key. More...

#include <exceptions.h>

Inheritance diagram for SG::ExcNullHandleKey:
Collaboration diagram for SG::ExcNullHandleKey:

Public Member Functions

 ExcNullHandleKey ()
 Constructor. More...
 

Detailed Description

Exception — Attempt to dereference a Read/Write/UpdateHandle with a null key.

An explicit key must always be given when using Read/Write/UpdateHandle.

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

Constructor & Destructor Documentation

◆ ExcNullHandleKey()

SG::ExcNullHandleKey::ExcNullHandleKey ( )

Constructor.

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

23  : std::runtime_error ("SG::ExcNullHandleKey: Attempt to dereference a Read/Write/UpdateHandle with a null key.")
24 {
25 }

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