Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
FWCore
Framework
interface
ProductDeletedException.h
Go to the documentation of this file.
1
#ifndef FWCore_Framework_ProductDeletedException_h
2
#define FWCore_Framework_ProductDeletedException_h
3
// -*- C++ -*-
4
//
5
// Package: Framework
6
// Class : ProductDeletedException
7
//
16
//
17
// Original Author: Chris Jones
18
// Created: Thu Jan 12 13:32:29 CST 2012
19
//
20
21
// system include files
22
23
// user include files
24
#include "
FWCore/Utilities/interface/Exception.h
"
25
26
// forward declarations
27
namespace
edm {
28
class
ProductDeletedException
:
public
cms::Exception
{
29
30
public
:
31
ProductDeletedException
();
32
//virtual ~ProductDeletedException();
33
34
// ---------- const member functions ---------------------
35
36
// ---------- static member functions --------------------
37
38
// ---------- member functions ---------------------------
39
40
private
:
41
//ProductDeletedException(const ProductDeletedException&); // stop default
42
43
//const ProductDeletedException& operator=(const ProductDeletedException&); // stop default
44
45
// ---------- member data --------------------------------
46
47
};
48
49
}
50
#endif
edm::ProductDeletedException
Definition:
ProductDeletedException.h:28
edm::ProductDeletedException::ProductDeletedException
ProductDeletedException()
Definition:
ProductDeletedException.cc:32
Exception.h
cms::Exception
Definition:
Exception.h:68
Generated for CMSSW Reference Manual by
1.8.5