#include <RpmException.h>
Inheritance diagram for zypp::target::rpm::RpmSubprocessException:
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 110 of file RpmException.h.
|
Definition at line 113 of file RpmException.h. |
|
Definition at line 117 of file RpmException.h. |
|
Overload this to print a proper error message.
Reimplemented from zypp::Exception. Definition at line 40 of file RpmException.cc. References _errmsg. |
|
Definition at line 121 of file RpmException.h. Referenced by dumpOn(). |