#include <RpmException.h>
Public Member Functions | |
| RpmDbNotOpenException () | |
| virtual | ~RpmDbNotOpenException () throw () |
Protected Member Functions | |
| virtual std::ostream & | dumpOn (std::ostream &str) const |
| Overload this to print a proper error message. | |
Definition at line 203 of file RpmException.h.
| zypp::target::rpm::RpmDbNotOpenException::RpmDbNotOpenException | ( | ) | [inline] |
Definition at line 206 of file RpmException.h.
| virtual zypp::target::rpm::RpmDbNotOpenException::~RpmDbNotOpenException | ( | ) | throw () [inline, virtual] |
Definition at line 209 of file RpmException.h.
| std::ostream & zypp::target::rpm::RpmDbNotOpenException::dumpOn | ( | std::ostream & | str | ) | const [protected, virtual] |
Overload this to print a proper error message.
Reimplemented from zypp::Exception.
Definition at line 65 of file RpmException.cc.
1.5.3