libzypp
10.5.0
|
#include <RpmException.h>
Public Member Functions | |
RpmSubprocessException (const std::string &errmsg_r) | |
virtual | ~RpmSubprocessException () throw () |
Protected Member Functions | |
virtual std::ostream & | dumpOn (std::ostream &str) const |
Overload this to print a proper error message. | |
Private Attributes | |
std::string | _errmsg |
Definition at line 128 of file RpmException.h.
zypp::target::rpm::RpmSubprocessException::RpmSubprocessException | ( | const std::string & | errmsg_r | ) | [inline] |
Definition at line 131 of file RpmException.h.
virtual zypp::target::rpm::RpmSubprocessException::~RpmSubprocessException | ( | ) | throw () [inline, virtual] |
Definition at line 135 of file RpmException.h.
std::ostream & zypp::target::rpm::RpmSubprocessException::dumpOn | ( | std::ostream & | str | ) | const [protected, virtual] |
Overload this to print a proper error message.
Reimplemented from zypp::Exception.
Definition at line 42 of file RpmException.cc.
std::string zypp::target::rpm::RpmSubprocessException::_errmsg [private] |
Definition at line 140 of file RpmException.h.