Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
FWCore
Framework
src
ProductDeletedException.cc
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: Framework
4
// Class : ProductDeletedException
5
//
6
// Implementation:
7
// [Notes on implementation]
8
//
9
// Original Author: Chris Jones
10
// Created: Thu Jan 12 13:32:41 CST 2012
11
// $Id: ProductDeletedException.cc,v 1.1 2012/02/09 22:12:56 chrjones Exp $
12
//
13
14
// system include files
15
16
// user include files
17
#include "
FWCore/Framework/interface/ProductDeletedException.h
"
18
19
20
using namespace
edm;
21
22
//
23
// constants, enums and typedefs
24
//
25
26
//
27
// static data member definitions
28
//
29
30
//
31
// constructors and destructor
32
//
33
ProductDeletedException::ProductDeletedException
():
34
cms::
Exception
(
"ProductDeleted"
)
35
{
36
}
edm::ProductDeletedException::ProductDeletedException
ProductDeletedException()
Definition:
ProductDeletedException.cc:33
edm::Exception
Definition:
EDMException.h:72
ProductDeletedException.h
Generated for CMSSW Reference Manual by
1.8.5