libzypp  10.5.0
PluginFrameException.h
Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002 |                          ____ _   __ __ ___                          |
00003 |                         |__  / \ / / . \ . \                         |
00004 |                           / / \ V /|  _/  _/                         |
00005 |                          / /__ | | | | | |                           |
00006 |                         /_____||_| |_| |_|                           |
00007 |                                                                      |
00008 \---------------------------------------------------------------------*/
00012 #ifndef ZYPP_PLUGINFRAMEEXCEPTION_H
00013 #define ZYPP_PLUGINFRAMEEXCEPTION_H
00014 
00015 #include <iosfwd>
00016 
00017 #include "zypp/base/Exception.h"
00018 #include "zypp/Pathname.h"
00019 
00021 namespace zypp
00022 { 
00023 
00025   //
00026   //    CLASS NAME : PluginFrameException
00027   //
00029   class PluginFrameException : public Exception
00030   {
00031     public:
00032       PluginFrameException();
00033       PluginFrameException( const std::string & msg_r );
00034       PluginFrameException( const std::string & msg_r, const std::string & hist_r );
00035       virtual ~PluginFrameException() throw();
00036   };
00038 
00040 } // namespace zypp
00042 #endif // ZYPP_PLUGINFRAMEEXCEPTION_H