#include <RpmException.h>
Inheritance diagram for zypp::target::rpm::RpmDbAlreadyOpenException:
Public Member Functions | |
RpmDbAlreadyOpenException (const Pathname &old_root_r, const Pathname &old_dbpath_r, const Pathname &new_root_r, const Pathname &new_dbpath_r) | |
virtual | ~RpmDbAlreadyOpenException () throw () |
Protected Member Functions | |
virtual std::ostream & | dumpOn (std::ostream &str) const |
Overload this to print a proper error message. | |
Private Attributes | |
std::string | _old_root |
std::string | _old_dbpath |
std::string | _new_root |
std::string | _new_dbpath |
Definition at line 158 of file RpmException.h.
|
Definition at line 161 of file RpmException.h. |
|
Definition at line 171 of file RpmException.h. |
|
Overload this to print a proper error message.
Reimplemented from zypp::Exception. Definition at line 57 of file RpmException.cc. References _new_dbpath, _new_root, _old_dbpath, and _old_root. |
|
Definition at line 175 of file RpmException.h. Referenced by dumpOn(). |
|
Definition at line 176 of file RpmException.h. Referenced by dumpOn(). |
|
Definition at line 177 of file RpmException.h. Referenced by dumpOn(). |
|
Definition at line 178 of file RpmException.h. Referenced by dumpOn(). |