CMS 3D CMS Logo

ESHandleExceptionFactory.h
Go to the documentation of this file.
1 #ifndef FWCore_Framework_ESHandleExceptionFactory_h
2 #define FWCore_Framework_ESHandleExceptionFactory_h
3 // -*- C++ -*-
4 //
5 // Package: FWCore/Framework
6 // Class : ESHandleExceptionFactory
7 //
22 //
23 // Original Author: W. David Dagenhart
24 // Created: 1 May 2014
25 //
26 
27 #include <exception>
28 
29 namespace edm {
30 
32  public:
34  virtual ~ESHandleExceptionFactory();
35 
36  virtual std::exception_ptr make() const = 0;
37  };
38 } // namespace edm
39 #endif
edm
HLT enums.
Definition: AlignableModifier.h:19
edm::ESHandleExceptionFactory::ESHandleExceptionFactory
ESHandleExceptionFactory()
Definition: ESHandleExceptionFactory.cc:11
edm::ESHandleExceptionFactory
Definition: ESHandleExceptionFactory.h:31
edm::ESHandleExceptionFactory::make
virtual std::exception_ptr make() const =0
edm::ESHandleExceptionFactory::~ESHandleExceptionFactory
virtual ~ESHandleExceptionFactory()
Definition: ESHandleExceptionFactory.cc:13