CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/FWCore/Framework/src/ProductDeletedException.cc

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // Package:     Framework
00004 // Class  :     ProductDeletedException
00005 // 
00006 // Implementation:
00007 //     [Notes on implementation]
00008 //
00009 // Original Author:  Chris Jones
00010 //         Created:  Thu Jan 12 13:32:41 CST 2012
00011 // $Id: ProductDeletedException.cc,v 1.1 2012/02/09 22:12:56 chrjones Exp $
00012 //
00013 
00014 // system include files
00015 
00016 // user include files
00017 #include "FWCore/Framework/interface/ProductDeletedException.h"
00018 
00019 
00020 using namespace edm;
00021 
00022 //
00023 // constants, enums and typedefs
00024 //
00025 
00026 //
00027 // static data member definitions
00028 //
00029 
00030 //
00031 // constructors and destructor
00032 //
00033 ProductDeletedException::ProductDeletedException():
00034 cms::Exception("ProductDeleted")
00035 {
00036 }