#include <MediaException.h>
Inheritance diagram for zypp::media::MediaMountException:

Public Member Functions | |
| MediaMountException () | |
| MediaMountException (const std::string &error_r, const std::string &source_r, const std::string &target_r, const std::string &cmdout_r="") | |
| Ctor taking message. | |
| virtual | ~MediaMountException () throw () |
| Dtor. | |
| const std::string & | mountError () const |
| const std::string & | mountSource () const |
| const std::string & | mountTarget () const |
| const std::string & | mountOutput () const |
Protected Member Functions | |
| virtual std::ostream & | dumpOn (std::ostream &str) const |
| Overload this to print a proper error message. | |
Private Attributes | |
| std::string | _error |
| std::string | _source |
| std::string | _target |
| std::string | _cmdout |
Definition at line 52 of file MediaException.h.
|
|
Definition at line 55 of file MediaException.h. |
|
||||||||||||||||||||
|
Ctor taking message. Use ZYPP_THROW macros to throw exceptions. Definition at line 62 of file MediaException.h. |
|
|
Dtor.
Definition at line 73 of file MediaException.h. |
|
|
Definition at line 75 of file MediaException.h. References _error. |
|
|
Definition at line 77 of file MediaException.h. References _source. |
|
|
Definition at line 79 of file MediaException.h. References _target. |
|
|
Definition at line 81 of file MediaException.h. References _cmdout. |
|
|
Overload this to print a proper error message.
Reimplemented from zypp::Exception. Definition at line 29 of file MediaException.cc. References _, _cmdout, _error, _source, _target, and zypp::str::form(). |
|
|
Definition at line 87 of file MediaException.h. Referenced by dumpOn(), and mountError(). |
|
|
Definition at line 88 of file MediaException.h. Referenced by dumpOn(), and mountSource(). |
|
|
Definition at line 89 of file MediaException.h. Referenced by dumpOn(), and mountTarget(). |
|
|
Definition at line 90 of file MediaException.h. Referenced by dumpOn(), and mountOutput(). |
1.4.6