libzypp
10.5.0
|
#include <RpmException.h>
Public Member Functions | |
RpmNullDatabaseException () | |
virtual | ~RpmNullDatabaseException () throw () |
Protected Member Functions | |
virtual std::ostream & | dumpOn (std::ostream &str) const |
Overload this to print a proper error message. |
Definition at line 229 of file RpmException.h.
zypp::target::rpm::RpmNullDatabaseException::RpmNullDatabaseException | ( | ) | [inline] |
Definition at line 232 of file RpmException.h.
virtual zypp::target::rpm::RpmNullDatabaseException::~RpmNullDatabaseException | ( | ) | throw () [inline, virtual] |
Definition at line 235 of file RpmException.h.
std::ostream & zypp::target::rpm::RpmNullDatabaseException::dumpOn | ( | std::ostream & | str | ) | const [protected, virtual] |
Overload this to print a proper error message.
Reimplemented from zypp::Exception.
Definition at line 75 of file RpmException.cc.