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
// $Id: ProductDeletedException.h,v 1.1 2012/02/09 22:12:56 chrjones Exp $
20
//
21
22
// system include files
23
24
// user include files
25
#include "
FWCore/Utilities/interface/Exception.h
"
26
27
// forward declarations
28
namespace
edm {
29
class
ProductDeletedException
:
public
cms::Exception
{
30
31
public
:
32
ProductDeletedException
();
33
//virtual ~ProductDeletedException();
34
35
// ---------- const member functions ---------------------
36
37
// ---------- static member functions --------------------
38
39
// ---------- member functions ---------------------------
40
41
private
:
42
//ProductDeletedException(const ProductDeletedException&); // stop default
43
44
//const ProductDeletedException& operator=(const ProductDeletedException&); // stop default
45
46
// ---------- member data --------------------------------
47
48
};
49
50
}
51
#endif
edm::ProductDeletedException
Definition:
ProductDeletedException.h:29
edm::ProductDeletedException::ProductDeletedException
ProductDeletedException()
Definition:
ProductDeletedException.cc:33
Exception.h
cms::Exception
Definition:
Exception.h:66
Generated for CMSSW Reference Manual by
1.8.5