![]() |
![]() |
00001 #ifndef DDException_h 00002 #define DDException_h 00003 00004 #include "FWCore/Utilities/interface/Exception.h" 00005 00007 00022 class DDException : public cms::Exception 00023 { 00024 public: 00026 explicit DDException(const std::string & s); 00027 DDException(); 00028 DDException(const DDException& dde); 00029 void swap(DDException& other) throw(); 00030 00031 DDException& operator=(DDException const& other); 00032 00033 virtual ~DDException() throw(); 00034 }; 00035 00036 #endif