#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 340 of file MediaException.h.
|
||||||||||||||||
|
Definition at line 343 of file MediaException.h. |
|
|
Definition at line 351 of file MediaException.h. |
|
|
Overload this to print a proper error message.
Reimplemented from zypp::Exception. Definition at line 148 of file MediaException.cc. References _, _err, _msg, _url, and zypp::str::form(). |
|
|
Definition at line 354 of file MediaException.h. Referenced by dumpOn(). |
|
|
Definition at line 355 of file MediaException.h. Referenced by dumpOn(). |
|
|
Reimplemented from zypp::Exception. Definition at line 356 of file MediaException.h. Referenced by dumpOn(). |
1.4.6