#include <RpmException.h>
Inheritance diagram for zypp::target::rpm::RpmInitException:
Public Member Functions | |
RpmInitException (const Pathname &root_r, const Pathname &dbpath_r) | |
virtual | ~RpmInitException () throw () |
Protected Member Functions | |
virtual std::ostream & | dumpOn (std::ostream &str) const |
Overload this to print a proper error message. | |
Private Attributes | |
std::string | _root |
std::string | _dbpath |
Definition at line 124 of file RpmException.h.
|
Definition at line 127 of file RpmException.h. |
|
Definition at line 133 of file RpmException.h. |
|
Overload this to print a proper error message.
Reimplemented from zypp::Exception. Definition at line 45 of file RpmException.cc. |
|
Definition at line 137 of file RpmException.h. Referenced by dumpOn(). |
|
Definition at line 138 of file RpmException.h. Referenced by dumpOn(). |