#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()
◆ msgLvl()
| bool AthCommonMsg< Service >::msgLvl |
( |
const MSG::Level | lvl | ) |
const |
|
inlineinherited |
◆ 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.
55 {
56 this, "CatchLevel", kFatal+1,
57 "Throw runtime error for all messages at this level or HIGHER"};
◆ 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.
59 {
60 this,
"ThrowSources", {{
"TBranch::GetBasket",
kError},
61 {
"TFile::ReadBuffer",
kError}},
62 "Map from source to error level. Any message at level or HIGHER will trigger runtime error"};
The documentation for this class was generated from the following files: