libzypp
10.5.0
|
#include <RpmException.h>
Public Member Functions | |
RpmInvalidRootException (const Pathname &root_r, const Pathname &dbpath_r) | |
Ctor taking message. | |
virtual | ~RpmInvalidRootException () throw () |
Dtor. | |
std::string | root () const |
std::string | dbpath () const |
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 72 of file RpmException.h.
zypp::target::rpm::RpmInvalidRootException::RpmInvalidRootException | ( | const Pathname & | root_r, |
const Pathname & | dbpath_r | ||
) | [inline] |
Ctor taking message.
Use ZYPP_THROW macros to throw exceptions.
Definition at line 78 of file RpmException.h.
virtual zypp::target::rpm::RpmInvalidRootException::~RpmInvalidRootException | ( | ) | throw () [inline, virtual] |
Dtor.
Definition at line 85 of file RpmException.h.
std::string zypp::target::rpm::RpmInvalidRootException::root | ( | ) | const [inline] |
Definition at line 87 of file RpmException.h.
std::string zypp::target::rpm::RpmInvalidRootException::dbpath | ( | ) | const [inline] |
Definition at line 91 of file RpmException.h.
std::ostream & zypp::target::rpm::RpmInvalidRootException::dumpOn | ( | std::ostream & | str | ) | const [protected, virtual] |
Overload this to print a proper error message.
Reimplemented from zypp::Exception.
Definition at line 30 of file RpmException.cc.
std::string zypp::target::rpm::RpmInvalidRootException::_root [private] |
Definition at line 98 of file RpmException.h.
std::string zypp::target::rpm::RpmInvalidRootException::_dbpath [private] |
Definition at line 99 of file RpmException.h.