CMS 3D CMS Logo

Clustering1DException.h

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

Generated on Tue Jun 9 17:25:57 2009 for CMSSW by  doxygen 1.5.4