#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 316 of file MediaException.h.
| zypp::media::MediaUnsupportedUrlSchemeException::MediaUnsupportedUrlSchemeException | ( | const Url & | url_r | ) | [inline] |
Definition at line 319 of file MediaException.h.
| virtual zypp::media::MediaUnsupportedUrlSchemeException::~MediaUnsupportedUrlSchemeException | ( | ) | throw () [inline, virtual] |
Definition at line 322 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 125 of file MediaException.cc.
References zypp::media::MediaBadUrlException::_url.
1.5.3