#include <RpmException.h>
Inheritance diagram for zypp::target::rpm::RpmInvalidRootException:
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 68 of file RpmException.h.
|
Ctor taking message. Use ZYPP_THROW macros to throw exceptions. Definition at line 74 of file RpmException.h. |
|
Dtor.
Definition at line 81 of file RpmException.h. |
|
Definition at line 82 of file RpmException.h. References _root. |
|
Definition at line 83 of file RpmException.h. References _dbpath. |
|
Overload this to print a proper error message.
Reimplemented from zypp::Exception. Definition at line 28 of file RpmException.cc. |
|
Definition at line 87 of file RpmException.h. |
|
Definition at line 88 of file RpmException.h. |