libzypp  10.5.0
zypp::PluginScriptException Class Reference

Base class for PluginScript Exception. More...

#include <PluginScriptException.h>

Inheritance diagram for zypp::PluginScriptException:

List of all members.

Public Member Functions

 PluginScriptException ()
 PluginScriptException (const std::string &msg_r)
 PluginScriptException (const std::string &msg_r, const std::string &hist_r)
virtual ~PluginScriptException () throw ()

Detailed Description

Base class for PluginScript Exception.

Definition at line 25 of file PluginScriptException.h.


Constructor & Destructor Documentation

zypp::PluginScriptException::PluginScriptException ( )

Definition at line 24 of file PluginScriptException.cc.

zypp::PluginScriptException::PluginScriptException ( const std::string &  msg_r)

Definition at line 28 of file PluginScriptException.cc.

zypp::PluginScriptException::PluginScriptException ( const std::string &  msg_r,
const std::string &  hist_r 
)

Definition at line 32 of file PluginScriptException.cc.

zypp::PluginScriptException::~PluginScriptException ( ) throw () [virtual]

Definition at line 36 of file PluginScriptException.cc.


The documentation for this class was generated from the following files: