CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_1/src/TrackingTools/MeasurementDet/interface/MeasurementDetException.h

Go to the documentation of this file.
00001 
00004 #ifndef MeasurementDetExceptions_H
00005 #define MeasurementDetExceptions_H
00006 
00007 #include <string>
00008 #include "FWCore/Utilities/interface/Exception.h"
00009 
00011 
00012 class MeasurementDetException : public cms::Exception {
00013 public:
00014   MeasurementDetException( const std::string& message) throw() :  cms::Exception(message)  {}
00015   virtual ~MeasurementDetException() throw() {}
00016 
00017 };
00018 
00019 #endif