|
libzypp
9.1.2
|
#include <MediaException.h>

Public Member Functions | |
| MediaBadUrlEmptyHostException (const Url &url_r) | |
| virtual | ~MediaBadUrlEmptyHostException () throw () |
Protected Member Functions | |
| virtual std::ostream & | dumpOn (std::ostream &str) const |
| Overload this to print a proper error message. | |
Definition at line 312 of file MediaException.h.
| zypp::media::MediaBadUrlEmptyHostException::MediaBadUrlEmptyHostException | ( | const Url & | url_r | ) | [inline] |
Definition at line 315 of file MediaException.h.
| virtual zypp::media::MediaBadUrlEmptyHostException::~MediaBadUrlEmptyHostException | ( | ) | throw () [inline, virtual] |
Definition at line 318 of file MediaException.h.
| std::ostream & zypp::media::MediaBadUrlEmptyHostException::dumpOn | ( | std::ostream & | str | ) | const [protected, virtual] |
Overload this to print a proper error message.
Reimplemented from zypp::media::MediaBadUrlException.
Definition at line 139 of file MediaException.cc.
References _.
1.7.6.1