#include "FWCore/Utilities/interface/ConvertException.h"
#include "FWCore/Utilities/interface/Exception.h"
#include <exception>
#include <functional>
#include <string>
Go to the source code of this file.
Namespaces | |
edm | |
HLT enums. | |
Functions | |
void | edm::addContextAndPrintException (char const *context, cms::Exception &ex, bool disablePrint) |
template<typename TReturn > | |
TReturn | edm::callWithTryCatchAndPrint (std::function< TReturn(void)> iFunc, char const *context=nullptr, bool disablePrint=false) |