#include <ExceptionCollector.h>
Public Member Functions | |
void | addException (cms::Exception const &exception) |
void | call (std::function< void(void)>) |
ExceptionCollector (std::string const &initialMessage) | |
bool | hasThrown () const |
void | rethrow () const |
~ExceptionCollector () | |
Private Attributes | |
std::unique_ptr< cms::Exception > | accumulatedExceptions_ |
std::unique_ptr< cms::Exception > | firstException_ |
std::string | initialMessage_ |
int | nExceptions_ |
Definition at line 33 of file ExceptionCollector.h.
edm::ExceptionCollector::ExceptionCollector | ( | std::string const & | initialMessage | ) |
Definition at line 23 of file ExceptionCollector.cc.
edm::ExceptionCollector::~ExceptionCollector | ( | ) |
Definition at line 26 of file ExceptionCollector.cc.
void edm::ExceptionCollector::addException | ( | cms::Exception const & | exception | ) |
Definition at line 51 of file ExceptionCollector.cc.
References accumulatedExceptions_, cms::Exception::clone(), cms::Exception::explainSelf(), firstException_, initialMessage_, nExceptions_, and cms::Exception::returnCode().
Referenced by edm::WorkerManager::endJob().
void edm::ExceptionCollector::call | ( | std::function< void(void)> | f | ) |
Definition at line 38 of file ExceptionCollector.cc.
References accumulatedExceptions_, cms::Exception::clone(), cms::Exception::explainSelf(), validate-o2o-wbm::f, firstException_, initialMessage_, nExceptions_, cms::Exception::returnCode(), and edm::convertException::wrap().
Referenced by edm::EventProcessor::endJob(), edm::SubProcess::endJob(), and edm::test::TestProcessor::endJob().
bool edm::ExceptionCollector::hasThrown | ( | ) | const |
Definition at line 28 of file ExceptionCollector.cc.
References nExceptions_.
Referenced by edm::EventProcessor::endJob(), edm::Schedule::endJob(), edm::SubProcess::endJob(), and edm::test::TestProcessor::endJob().
void edm::ExceptionCollector::rethrow | ( | ) | const |
Definition at line 30 of file ExceptionCollector.cc.
References accumulatedExceptions_, firstException_, and nExceptions_.
Referenced by edm::EventProcessor::endJob(), edm::SubProcess::endJob(), and edm::test::TestProcessor::endJob().
|
private |
Definition at line 45 of file ExceptionCollector.h.
Referenced by addException(), call(), and rethrow().
|
private |
Definition at line 44 of file ExceptionCollector.h.
Referenced by addException(), call(), and rethrow().
|
private |
Definition at line 43 of file ExceptionCollector.h.
Referenced by addException(), and call().
|
private |
Definition at line 46 of file ExceptionCollector.h.
Referenced by addException(), call(), hasThrown(), and rethrow().