#include <ExceptionActions.h>
Public Types | |
typedef std::map< std::string, exception_actions::ActionCodes > | ActionMap |
Public Member Functions | |
void | add (const std::string &category, exception_actions::ActionCodes code) |
ExceptionToActionTable () | |
ExceptionToActionTable (const ParameterSet &) | |
exception_actions::ActionCodes | find (const std::string &category) const |
~ExceptionToActionTable () | |
Private Member Functions | |
void | addDefaults () |
Private Attributes | |
ActionMap | map_ |
Definition at line 22 of file ExceptionActions.h.
typedef std::map<std::string, exception_actions::ActionCodes> edm::ExceptionToActionTable::ActionMap |
Definition at line 24 of file ExceptionActions.h.
edm::ExceptionToActionTable::ExceptionToActionTable | ( | ) |
Definition at line 31 of file ExceptionActions.cc.
References edm::exception_actions::actionName(), addDefaults(), edm::exception_actions::FailPath, edm::ParameterSet::getUntrackedParameter(), edm::ParameterSet::getUntrackedParameterSet(), edm::exception_actions::IgnoreCompletely, map_, geometryDiff::opts, MillePedeFileConverter_cfg::out, muonDTDigis_cfi::pset, edm::exception_actions::Rethrow, edm::exception_actions::SkipEvent, and findQualityFiles::v.
|
explicit |
edm::ExceptionToActionTable::~ExceptionToActionTable | ( | ) |
Definition at line 82 of file ExceptionActions.cc.
void edm::ExceptionToActionTable::add | ( | const std::string & | category, |
exception_actions::ActionCodes | code | ||
) |
Definition at line 85 of file ExceptionActions.cc.
References taus_updatedMVAIds_cff::category, and map_.
Referenced by counter.Counter::register(), SequenceTypes.Task::remove(), and SequenceTypes.Task::replace().
|
private |
Definition at line 69 of file ExceptionActions.cc.
References MessageLogger_cfi::cerr, edm::debugit, cuy::ib, and map_.
Referenced by ExceptionToActionTable().
exception_actions::ActionCodes edm::ExceptionToActionTable::find | ( | const std::string & | category | ) | const |
Definition at line 89 of file ExceptionActions.cc.
References mps_fire::i, map_, and edm::exception_actions::Rethrow.
Referenced by edm::EDLooperBase::doDuringLoop(), edm::StreamSchedule::finishedPaths(), edm::Path::handleWorkerFailure(), and edm::Worker::shouldRethrowException().
|
private |
Definition at line 35 of file ExceptionActions.h.
Referenced by add(), addDefaults(), ExceptionToActionTable(), and find().