CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/TrackingTools/TrajectoryParametrization/interface/TrajectoryStateExceptions.h

Go to the documentation of this file.
00001 
00004 #ifndef TrajectoryState_Exceptions_H
00005 #define TrajectoryState_Exceptions_H
00006 
00007 #include <string>
00008 #include "FWCore/Utilities/interface/Exception.h"
00009 
00011 
00012 class TrajectoryStateException : public cms::Exception{
00013 public:
00014   TrajectoryStateException( const std::string& message) throw() :  cms::Exception(message){}
00015   virtual ~TrajectoryStateException() throw() {}
00016 };
00017 
00018 #endif