Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
FWCore
Framework
interface
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
24
#include "
FWCore/Framework/interface/NoDataException.h
"
25
#include "
FWCore/Framework/interface/EventSetupRecordKey.h
"
26
27
// forward declarations
28
namespace
edm {
29
namespace
eventsetup {
30
template
<
class
T>
31
class
NoProxyException
:
public
NoDataException
<T>
32
{
33
// ---------- friend classes and functions ---------------
34
35
public
:
36
// ---------- constants, enums and typedefs --------------
37
38
// ---------- Constructors and destructor ----------------
39
NoProxyException
(
const
EventSetupRecordKey
& iKey,
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
edm::eventsetup::NoDataExceptionBase
Definition:
NoDataException.h:78
edm::eventsetup::NoProxyException::NoProxyException
NoProxyException(const EventSetupRecordKey &iKey, const DataKey &iDataKey)
Definition:
NoProxyException.h:39
EventSetupRecordKey.h
edm::eventsetup::NoDataException
Definition:
NoDataException.h:104
edm::eventsetup::EventSetupRecordKey
Definition:
EventSetupRecordKey.h:30
edm::eventsetup::NoDataExceptionBase::noProxyMessage
static std::string noProxyMessage()
Definition:
NoDataException.cc:25
edm::eventsetup::DataKey
Definition:
DataKey.h:30
NoDataException.h
T
long double T
Definition:
Basic3DVectorLD.h:59
edm::eventsetup::NoProxyException
Definition:
NoProxyException.h:31
Generated for CMSSW Reference Manual by
1.8.5