libzypp
10.5.0
|
Base Exception for service handling. More...
#include <RepoException.h>
Public Member Functions | |
ServiceException () | |
ServiceException (const std::string &msg_r) | |
ServiceException (const ServiceInfo &service_r) | |
ServiceException (const ServiceInfo &service_r, const std::string &msg_r) | |
virtual | ~ServiceException () throw () |
ServiceInfo | service () |
std::string | alias () |
Protected Member Functions | |
virtual std::ostream & | dumpOn (std::ostream &str) const |
Overload this to print a proper error message. | |
Private Attributes | |
ServiceInfo | _service |
Base Exception for service handling.
Definition at line 175 of file RepoException.h.
zypp::repo::ServiceException::ServiceException | ( | ) |
Definition at line 81 of file RepoException.cc.
zypp::repo::ServiceException::ServiceException | ( | const std::string & | msg_r | ) |
Definition at line 85 of file RepoException.cc.
zypp::repo::ServiceException::ServiceException | ( | const ServiceInfo & | service_r | ) |
Definition at line 89 of file RepoException.cc.
zypp::repo::ServiceException::ServiceException | ( | const ServiceInfo & | service_r, |
const std::string & | msg_r | ||
) |
Definition at line 93 of file RepoException.cc.
zypp::repo::ServiceException::~ServiceException | ( | ) | throw () [virtual] |
Definition at line 97 of file RepoException.cc.
ServiceInfo zypp::repo::ServiceException::service | ( | ) | [inline] |
Definition at line 184 of file RepoException.h.
std::string zypp::repo::ServiceException::alias | ( | ) | [inline] |
Definition at line 187 of file RepoException.h.
std::ostream & zypp::repo::ServiceException::dumpOn | ( | std::ostream & | str | ) | const [protected, virtual] |
Overload this to print a proper error message.
Reimplemented from zypp::Exception.
Definition at line 100 of file RepoException.cc.
Definition at line 194 of file RepoException.h.