CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch12/src/DetectorDescription/Base/interface/DDException.h

Go to the documentation of this file.
00001 #ifndef DDException_h
00002 #define DDException_h
00003 
00004 // #include<iostream>
00005 #include "FWCore/Utilities/interface/Exception.h"
00006 
00008 
00023 class DDException : public cms::Exception 
00024 {
00025  public: 
00027   explicit DDException(const std::string & s);
00028   DDException();
00029   DDException(const DDException& dde);
00030 
00031   ~DDException() throw();
00032 
00034   std::string message() const;
00035 
00036  private:
00037                         
00038 };    
00039 
00040 #endif