|
libzypp
9.1.2
|
#include <MediaException.h>

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 53 of file MediaException.h.
Definition at line 56 of file MediaException.h.
| zypp::media::MediaMountException::MediaMountException | ( | const std::string & | error_r, |
| const std::string & | source_r, | ||
| const std::string & | target_r, | ||
| const std::string & | cmdout_r = "" |
||
| ) | [inline] |
Ctor taking message.
Use ZYPP_THROW macros to throw exceptions.
Definition at line 63 of file MediaException.h.
| virtual zypp::media::MediaMountException::~MediaMountException | ( | ) | throw () [inline, virtual] |
Dtor.
Definition at line 74 of file MediaException.h.
| const std::string& zypp::media::MediaMountException::mountError | ( | ) | const [inline] |
Definition at line 76 of file MediaException.h.
References _error.
Referenced by zypp::media::MediaCIFS::attachTo(), and zypp::media::MediaCD::attachTo().
| const std::string& zypp::media::MediaMountException::mountSource | ( | ) | const [inline] |
Definition at line 78 of file MediaException.h.
References _source.
| const std::string& zypp::media::MediaMountException::mountTarget | ( | ) | const [inline] |
Definition at line 80 of file MediaException.h.
References _target.
| const std::string& zypp::media::MediaMountException::mountOutput | ( | ) | const [inline] |
Definition at line 82 of file MediaException.h.
References _cmdout.
Referenced by zypp::media::MediaCD::attachTo().
| std::ostream & zypp::media::MediaMountException::dumpOn | ( | std::ostream & | str | ) | const [protected, virtual] |
Overload this to print a proper error message.
Reimplemented from zypp::Exception.
Definition at line 29 of file MediaException.cc.
References _, and zypp::str::form().
std::string zypp::media::MediaMountException::_error [private] |
Definition at line 88 of file MediaException.h.
Referenced by mountError().
std::string zypp::media::MediaMountException::_source [private] |
Definition at line 89 of file MediaException.h.
Referenced by mountSource().
std::string zypp::media::MediaMountException::_target [private] |
Definition at line 90 of file MediaException.h.
Referenced by mountTarget().
std::string zypp::media::MediaMountException::_cmdout [private] |
Definition at line 91 of file MediaException.h.
Referenced by mountOutput().
1.7.6.1