CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
NoProxyException.h
Go to the documentation of this file.
1 #ifndef FWCore_Framework_NoProxyException_h
2 #define FWCore_Framework_NoProxyException_h
3 // -*- C++ -*-
4 //
5 // Package: Framework
6 // Module: NoProxyException
7 //
15 //
16 // Author: Valentine Kouznetsov
17 // Created: Wed Apr 23 10:58:26 EDT 2003
18 //
19 //
20 
21 // system include files
22 
23 // user include files
26 
27 // forward declarations
28 namespace edm {
29  namespace eventsetup {
30 template <class T>
32 {
33  // ---------- friend classes and functions ---------------
34 
35  public:
36  // ---------- constants, enums and typedefs --------------
37 
38  // ---------- Constructors and destructor ----------------
40  const DataKey& iDataKey) :
41  NoDataException<T>(iKey, iDataKey,"NoProxyException",NoDataExceptionBase::noProxyMessage())
42  {
43  }
44 
45  // ---------- member functions ---------------------------
46 
47  private:
48  // ---------- const member functions ---------------------
49 
50  // ---------- static member functions --------------------
51 
52  // ---------- Constructors and destructor ----------------
53  //NoProxyException(const NoProxyException&) ; //allow default
54 
55  //const NoProxyException& operator=(const NoProxyException&); // allow default
56 
57  // ---------- data members -------------------------------
58 };
59  }
60 }
61 // inline function definitions
62 
63 #endif
NoProxyException(const EventSetupRecordKey &iKey, const DataKey &iDataKey)
long double T