CMS 3D CMS Logo

StatisticsException Class Reference

A class that wraps cms::Exception by deriving from it. More...

#include <CommonTools/Statistics/interface/StatisticsException.h>

Inheritance diagram for StatisticsException:

cms::Exception

List of all members.

Public Member Functions

 StatisticsException (const StatisticsException &ex)
 StatisticsException (const char *reason)


Detailed Description

A class that wraps cms::Exception by deriving from it.

Definition at line 10 of file StatisticsException.h.


Constructor & Destructor Documentation

StatisticsException::StatisticsException ( const char *  reason  )  [inline]

Definition at line 13 of file StatisticsException.h.

00013 : cms::Exception ( reason ) {};

StatisticsException::StatisticsException ( const StatisticsException ex  )  [inline]

Definition at line 14 of file StatisticsException.h.

00014 : cms::Exception ( ex ) {};


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:32:46 2009 for CMSSW by  doxygen 1.5.4