|
||||
File indexing completed on 2024-04-06 12:12:13
0001 #ifndef FWCore_Framework_ProductDeletedException_h 0002 #define FWCore_Framework_ProductDeletedException_h 0003 // -*- C++ -*- 0004 // 0005 // Package: Framework 0006 // Class : ProductDeletedException 0007 // 0008 /**\class ProductDeletedException ProductDeletedException.h FWCore/Framework/interface/ProductDeletedException.h 0009 0010 Description: Exception thrown if attempt to get data that has been deleted 0011 0012 Usage: 0013 <usage> 0014 0015 */ 0016 // 0017 // Original Author: Chris Jones 0018 // Created: Thu Jan 12 13:32:29 CST 2012 0019 // 0020 0021 // system include files 0022 0023 // user include files 0024 #include "FWCore/Utilities/interface/Exception.h" 0025 0026 // forward declarations 0027 namespace edm { 0028 class ProductDeletedException : public cms::Exception { 0029 public: 0030 ProductDeletedException(); 0031 //virtual ~ProductDeletedException(); 0032 0033 // ---------- const member functions --------------------- 0034 0035 // ---------- static member functions -------------------- 0036 0037 // ---------- member functions --------------------------- 0038 0039 private: 0040 //ProductDeletedException(const ProductDeletedException&); // stop default 0041 0042 //const ProductDeletedException& operator=(const ProductDeletedException&); // stop default 0043 0044 // ---------- member data -------------------------------- 0045 }; 0046 0047 } // namespace edm 0048 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |