#include <MediaException.h>
Inheritance diagram for zypp::media::MediaBadUrlException:
Public Member Functions | |
MediaBadUrlException (const Url &url_r, const std::string &msg_r=std::string()) | |
virtual | ~MediaBadUrlException () throw () |
Protected Member Functions | |
virtual std::ostream & | dumpOn (std::ostream &str) const |
Overload this to print a proper error message. | |
Protected Attributes | |
std::string | _url |
std::string | _msg |
Definition at line 250 of file MediaException.h.
|
Definition at line 253 of file MediaException.h. |
|
Definition at line 259 of file MediaException.h. |
|
Overload this to print a proper error message.
Reimplemented from zypp::Exception. Reimplemented in zypp::media::MediaBadUrlEmptyHostException, zypp::media::MediaBadUrlEmptyFilesystemException, zypp::media::MediaBadUrlEmptyDestinationException, and zypp::media::MediaUnsupportedUrlSchemeException. Definition at line 94 of file MediaException.cc. |
|
|
Reimplemented from zypp::Exception. Definition at line 263 of file MediaException.h. Referenced by dumpOn(). |