CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 ) {};
14  StatisticsException( const StatisticsException &ex ) : cms::Exception ( ex ) {};
15 };
16 
17 #endif
StatisticsException(const char *reason)
StatisticsException(const StatisticsException &ex)