CMS 3D CMS Logo

StatisticsException.h
Go to the documentation of this file.
1 #ifndef StatisticsException_H
2 #define StatisticsException_H
3 
5 
11 {
12 public:
13  StatisticsException( const char * reason ) : cms::Exception ( reason ) {};
15 };
16 
17 #endif
StatisticsException(const char *reason)
StatisticsException(const StatisticsException &ex)