#include <MediaException.h>
Inheritance diagram for zypp::media::MediaCurlException:
Public Member Functions | |
MediaCurlException (const Url &url_r, const std::string &err_r, const std::string &msg_r) | |
virtual | ~MediaCurlException () 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 | _err |
std::string | _msg |
Definition at line 323 of file MediaException.h.
|
Definition at line 326 of file MediaException.h. |
|
Definition at line 334 of file MediaException.h. |
|
Overload this to print a proper error message.
Reimplemented from zypp::Exception. Definition at line 131 of file MediaException.cc. |
|
Definition at line 337 of file MediaException.h. Referenced by dumpOn(). |
|
Definition at line 338 of file MediaException.h. Referenced by dumpOn(). |
|
Reimplemented from zypp::Exception. Definition at line 339 of file MediaException.h. Referenced by dumpOn(). |