libzypp
10.5.0
|
#include <RpmException.h>
Public Member Functions | |
RpmDbOpenException (const Pathname &root_r, const Pathname &dbpath_r) | |
virtual | ~RpmDbOpenException () 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 161 of file RpmException.h.
zypp::target::rpm::RpmDbOpenException::RpmDbOpenException | ( | const Pathname & | root_r, |
const Pathname & | dbpath_r | ||
) | [inline] |
Definition at line 164 of file RpmException.h.
virtual zypp::target::rpm::RpmDbOpenException::~RpmDbOpenException | ( | ) | throw () [inline, virtual] |
Definition at line 170 of file RpmException.h.
std::ostream & zypp::target::rpm::RpmDbOpenException::dumpOn | ( | std::ostream & | str | ) | const [protected, virtual] |
Overload this to print a proper error message.
Reimplemented from zypp::Exception.
Definition at line 53 of file RpmException.cc.
std::string zypp::target::rpm::RpmDbOpenException::_root [private] |
Definition at line 175 of file RpmException.h.
std::string zypp::target::rpm::RpmDbOpenException::_dbpath [private] |
Definition at line 176 of file RpmException.h.