#include <RpmException.h>
Inheritance diagram for zypp::target::rpm::RpmAccessBlockedException:

Public Member Functions | |
| RpmAccessBlockedException (const Pathname &root_r, const Pathname &dbpath_r) | |
| virtual | ~RpmAccessBlockedException () throw () |
| 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 91 of file RpmException.h.
|
||||||||||||
|
Definition at line 94 of file RpmException.h. |
|
|
Definition at line 100 of file RpmException.h. |
|
|
Definition at line 101 of file RpmException.h. References _root. |
|
|
Definition at line 102 of file RpmException.h. References _dbpath. |
|
|
Overload this to print a proper error message.
Reimplemented from zypp::Exception. Definition at line 34 of file RpmException.cc. |
|
|
Definition at line 106 of file RpmException.h. |
|
|
Definition at line 107 of file RpmException.h. |
1.4.6