#include <RpmException.h>
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 143 of file RpmException.h.
| zypp::target::rpm::RpmInitException::RpmInitException | ( | const Pathname & | root_r, | |
| const Pathname & | dbpath_r | |||
| ) | [inline] |
Definition at line 146 of file RpmException.h.
| virtual zypp::target::rpm::RpmInitException::~RpmInitException | ( | ) | throw () [inline, virtual] |
Definition at line 152 of file RpmException.h.
| std::ostream & zypp::target::rpm::RpmInitException::dumpOn | ( | std::ostream & | str | ) | const [protected, virtual] |
Overload this to print a proper error message.
Reimplemented from zypp::Exception.
Definition at line 47 of file RpmException.cc.
std::string zypp::target::rpm::RpmInitException::_root [private] |
std::string zypp::target::rpm::RpmInitException::_dbpath [private] |
1.5.3