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

Exception — bad toTransient. More...

#include <exceptions.h>

Inheritance diagram for SG::ExcBadToTransient:
Collaboration diagram for SG::ExcBadToTransient:

Public Member Functions

 ExcBadToTransient ()
 Constructor. More...
 

Detailed Description

Exception — bad toTransient.

toTransient was called on an already-initialized link.

Definition at line 249 of file Control/AthLinks/AthLinks/exceptions.h.

Constructor & Destructor Documentation

◆ ExcBadToTransient()

SG::ExcBadToTransient::ExcBadToTransient ( )

Constructor.

Definition at line 262 of file Control/AthLinks/src/exceptions.cxx.

263  : std::runtime_error ("SG::ExcBadToTransient: toTransient() called on an already-initialized link.")
264 {
265  AthLinks_error();
266 }

The documentation for this class was generated from the following files:
SG::AthLinks_error
void AthLinks_error()
For setting debugger breakpoints.
Definition: Control/AthLinks/src/exceptions.cxx:21