libzypp
10.5.0
|
#include <MediaException.h>
Public Member Functions | |
MediaUnsupportedUrlSchemeException (const Url &url_r) | |
virtual | ~MediaUnsupportedUrlSchemeException () throw () |
Protected Member Functions | |
virtual std::ostream & | dumpOn (std::ostream &str) const |
Overload this to print a proper error message. |
Definition at line 345 of file MediaException.h.
zypp::media::MediaUnsupportedUrlSchemeException::MediaUnsupportedUrlSchemeException | ( | const Url & | url_r | ) | [inline] |
Definition at line 348 of file MediaException.h.
virtual zypp::media::MediaUnsupportedUrlSchemeException::~MediaUnsupportedUrlSchemeException | ( | ) | throw () [inline, virtual] |
Definition at line 351 of file MediaException.h.
std::ostream & zypp::media::MediaUnsupportedUrlSchemeException::dumpOn | ( | std::ostream & | str | ) | const [protected, virtual] |
Overload this to print a proper error message.
Reimplemented from zypp::media::MediaBadUrlException.
Definition at line 154 of file MediaException.cc.