libzypp
10.5.0
|
Base class for PluginFrame Exception. More...
#include <PluginFrameException.h>
Public Member Functions | |
PluginFrameException () | |
PluginFrameException (const std::string &msg_r) | |
PluginFrameException (const std::string &msg_r, const std::string &hist_r) | |
virtual | ~PluginFrameException () throw () |
Base class for PluginFrame Exception.
Definition at line 29 of file PluginFrameException.h.
zypp::PluginFrameException::PluginFrameException | ( | ) |
Definition at line 24 of file PluginFrameException.cc.
zypp::PluginFrameException::PluginFrameException | ( | const std::string & | msg_r | ) |
Definition at line 28 of file PluginFrameException.cc.
zypp::PluginFrameException::PluginFrameException | ( | const std::string & | msg_r, |
const std::string & | hist_r | ||
) |
Definition at line 32 of file PluginFrameException.cc.
zypp::PluginFrameException::~PluginFrameException | ( | ) | throw () [virtual] |
Definition at line 36 of file PluginFrameException.cc.