#include <RepoException.h>
Public Member Functions | |
| RepoException () | |
| Default ctor. | |
| RepoException (const std::string &msg_r) | |
| Ctor. | |
Protected Member Functions | |
| virtual std::ostream & | dumpOn (std::ostream &str) const |
| Overload this to print a proper error message. | |
Definition at line 31 of file RepoException.h.
| zypp::repo::RepoException::RepoException | ( | ) |
| zypp::repo::RepoException::RepoException | ( | const std::string & | msg_r | ) |
| std::ostream & zypp::repo::RepoException::dumpOn | ( | std::ostream & | str | ) | const [protected, virtual] |
Overload this to print a proper error message.
Reimplemented from zypp::Exception.
Definition at line 42 of file RepoException.cc.
References zypp::Exception::dumpOn().
1.5.3