CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/CommonTools/Statistics/interface/StatisticsException.h

Go to the documentation of this file.
00001 #ifndef StatisticsException_H
00002 #define StatisticsException_H
00003 
00004 #include "FWCore/Utilities/interface/Exception.h"
00005 
00010 class StatisticsException : public cms::Exception
00011 {
00012 public:
00013   StatisticsException( const char * reason ) : cms::Exception ( reason ) {};
00014   StatisticsException( const StatisticsException &ex ) : cms::Exception ( ex ) {};
00015 };
00016 
00017 #endif