#include <StatisticsException.h>
Public Member Functions | |
StatisticsException (const char *reason) | |
StatisticsException (const StatisticsException &ex) |
A class that wraps cms::Exception by deriving from it.
Definition at line 10 of file StatisticsException.h.
StatisticsException::StatisticsException | ( | const char * | reason | ) | [inline] |
Definition at line 13 of file StatisticsException.h.
: cms::Exception ( reason ) {};
StatisticsException::StatisticsException | ( | const StatisticsException & | ex | ) | [inline] |
Definition at line 14 of file StatisticsException.h.
: cms::Exception ( ex ) {};