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