#include <AthROOTErrorHandlerSvc.h>
Definition at line 42 of file AthROOTErrorHandlerSvc.h.
◆ AthROOTErrorHandlerSvc()
AthROOTErrorHandlerSvc::AthROOTErrorHandlerSvc |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
svcLoc |
|
) |
| |
◆ ~AthROOTErrorHandlerSvc()
AthROOTErrorHandlerSvc::~AthROOTErrorHandlerSvc |
( |
| ) |
|
|
virtual |
◆ ATLAS_NOT_THREAD_SAFE() [1/2]
virtual StatusCode initialize AthROOTErrorHandlerSvc::ATLAS_NOT_THREAD_SAFE |
( |
| ) |
|
|
overridevirtual |
◆ ATLAS_NOT_THREAD_SAFE() [2/2]
virtual StatusCode finalize AthROOTErrorHandlerSvc::ATLAS_NOT_THREAD_SAFE |
( |
| ) |
|
|
overridevirtual |
◆ msg() [1/2]
◆ msg() [2/2]
◆ msgLvl()
◆ Handler::ErrorHandler
void Handler::ErrorHandler |
( |
Int_t |
level, |
|
|
Bool_t |
abort, |
|
|
const char * |
location, |
|
|
const char * |
message |
|
) |
| |
|
friend |
◆ m_catchLevel
Gaudi::Property<int> AthROOTErrorHandlerSvc::m_catchLevel |
|
private |
Initial value:{
this, "CatchLevel", kFatal+1,
"Throw runtime error for all messages at this level or HIGHER"}
Definition at line 55 of file AthROOTErrorHandlerSvc.h.
◆ m_throwSources
Gaudi::Property<std::map<std::string,int> > AthROOTErrorHandlerSvc::m_throwSources |
|
private |
Initial value:{
this,
"ThrowSources", {{
"TBranch::GetBasket",
kError},
{
"TFile::ReadBuffer",
kError}},
"Map from source to error level. Any message at level or HIGHER will trigger runtime error"}
Definition at line 59 of file AthROOTErrorHandlerSvc.h.
The documentation for this class was generated from the following files: