libzypp
10.5.0
|
#include <MediaException.h>
Public Member Functions | |
MediaUnauthorizedException () | |
MediaUnauthorizedException (const Url &url_r, const std::string &msg_r, const std::string &err_r, const std::string &hint_r) | |
virtual | ~MediaUnauthorizedException () throw () |
const Url & | url () const |
const std::string & | err () const |
const std::string & | hint () const |
comma separated list of available authentication types | |
Protected Member Functions | |
virtual std::ostream & | dumpOn (std::ostream &str) const |
Overload this to print a proper error message. | |
Private Attributes | |
Url | _url |
std::string | _err |
std::string | _hint |
Definition at line 522 of file MediaException.h.
zypp::media::MediaUnauthorizedException::MediaUnauthorizedException | ( | ) | [inline] |
Definition at line 525 of file MediaException.h.
zypp::media::MediaUnauthorizedException::MediaUnauthorizedException | ( | const Url & | url_r, |
const std::string & | msg_r, | ||
const std::string & | err_r, | ||
const std::string & | hint_r | ||
) | [inline] |
Definition at line 532 of file MediaException.h.
virtual zypp::media::MediaUnauthorizedException::~MediaUnauthorizedException | ( | ) | throw () [inline, virtual] |
Definition at line 542 of file MediaException.h.
const Url& zypp::media::MediaUnauthorizedException::url | ( | ) | const [inline] |
Definition at line 544 of file MediaException.h.
const std::string& zypp::media::MediaUnauthorizedException::err | ( | ) | const [inline] |
Definition at line 545 of file MediaException.h.
const std::string& zypp::media::MediaUnauthorizedException::hint | ( | ) | const [inline] |
comma separated list of available authentication types
Definition at line 547 of file MediaException.h.
std::ostream & zypp::media::MediaUnauthorizedException::dumpOn | ( | std::ostream & | str | ) | const [protected, virtual] |
Overload this to print a proper error message.
Reimplemented from zypp::Exception.
Definition at line 239 of file MediaException.cc.
Definition at line 552 of file MediaException.h.
std::string zypp::media::MediaUnauthorizedException::_err [private] |
Definition at line 553 of file MediaException.h.
std::string zypp::media::MediaUnauthorizedException::_hint [private] |
Definition at line 554 of file MediaException.h.