CMS 3D CMS Logo

IgPluginParserError.h

Go to the documentation of this file.
00001 #ifndef IGUANA_FRAMEWORK_IG_PLUGIN_PARSER_ERROR_H
00002 # define IGUANA_FRAMEWORK_IG_PLUGIN_PARSER_ERROR_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "Iguana/Framework/interface/config.h"
00007 # include "classlib/utils/Error.h"
00008 
00009 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00010 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00011 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00012 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00013 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00014 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00015 
00016 class IGUANA_FRAMEWORK_API IgPluginParserError : public lat::Error
00017 {
00018 public:
00019     IgPluginParserError (const std::string &reason);
00020     // implicit copy constructor
00021     // implicit assignment operator
00022     // implicit destructor
00023 
00024     virtual std::string explainSelf (void) const;
00025     virtual lat::Error *clone (void) const;
00026     virtual void        rethrow (void);
00027 
00028 private:
00029     std::string         m_reason;
00030 };
00031 
00032 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00033 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00034 
00035 #endif // IGUANA_FRAMEWORK_IG_PLUGIN_PARSER_ERROR_H

Generated on Tue Jun 9 17:38:29 2009 for CMSSW by  doxygen 1.5.4