12#ifndef ZYPP_PLUGINSCRIPTEXCEPTION_H
13#define ZYPP_PLUGINSCRIPTEXCEPTION_H
17#include <zypp/base/Exception.h>
18#include <zypp/Pathname.h>
35#define declException( EXCP, BASE ) \
36 class EXCP : public BASE { \
38 EXCP() : BASE( #EXCP ) {} \
39 EXCP( const std::string & msg_r ) : BASE( msg_r ) {} \
40 EXCP( const std::string & msg_r, const std::string & hist_r ) : BASE( msg_r, hist_r ) {} \
41 virtual ~EXCP() throw() {} \
#define declException(EXCP, BASE)
Convenience macro to declare more specific PluginScriptExceptions.
Base class for Exception.
Base class for PluginScript Exception.
virtual ~PluginScriptException()
Easy-to use interface to the ZYPP dependency resolver.