|
libzypp
9.1.2
|
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.
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.
References zypp::Exception::addHistory().
| zypp::PluginFrameException::~PluginFrameException | ( | ) | throw () [virtual] |
Definition at line 36 of file PluginFrameException.cc.
1.7.6.1