CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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
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 //
34 cms::Exception("ProductDeleted")
35 {
36 }