libzypp
10.5.0
|
Exception for repository handling. More...
#include <RepoException.h>
Public Member Functions | |
RepoException () | |
RepoException (const std::string &msg_r) | |
RepoException (const RepoInfo &info) | |
RepoException (const RepoInfo &info, const std::string &msg_r) | |
virtual | ~RepoException () throw () |
RepoInfo | info () |
std::string | alias () |
Protected Member Functions | |
virtual std::ostream & | dumpOn (std::ostream &str) const |
Overload this to print a proper error message. | |
Private Attributes | |
RepoInfo | _info |
Exception for repository handling.
Definition at line 37 of file RepoException.h.
zypp::repo::RepoException::RepoException | ( | ) |
Definition at line 31 of file RepoException.cc.
zypp::repo::RepoException::RepoException | ( | const std::string & | msg_r | ) |
Definition at line 35 of file RepoException.cc.
zypp::repo::RepoException::RepoException | ( | const RepoInfo & | info | ) |
Definition at line 39 of file RepoException.cc.
zypp::repo::RepoException::RepoException | ( | const RepoInfo & | info, |
const std::string & | msg_r | ||
) |
Definition at line 43 of file RepoException.cc.
zypp::repo::RepoException::~RepoException | ( | ) | throw () [virtual] |
Definition at line 47 of file RepoException.cc.
RepoInfo zypp::repo::RepoException::info | ( | ) | [inline] |
Definition at line 46 of file RepoException.h.
std::string zypp::repo::RepoException::alias | ( | ) | [inline] |
Definition at line 49 of file RepoException.h.
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 50 of file RepoException.cc.
RepoInfo zypp::repo::RepoException::_info [private] |
Definition at line 56 of file RepoException.h.