#include <MediaException.h>
Inheritance diagram for zypp::media::MediaUnmountException:
Public Member Functions | |
MediaUnmountException (const std::string &error_r, const std::string &path_r) | |
Ctor taking message. | |
virtual | ~MediaUnmountException () throw () |
Dtor. | |
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 | _path |
Definition at line 76 of file MediaException.h.
|
Ctor taking message. Use ZYPP_THROW macros to throw exceptions. Definition at line 82 of file MediaException.h. |
|
Dtor.
Definition at line 89 of file MediaException.h. |
|
Overload this to print a proper error message.
Reimplemented from zypp::Exception. Definition at line 32 of file MediaException.cc. |
|
Definition at line 93 of file MediaException.h. Referenced by dumpOn(). |
|
Definition at line 94 of file MediaException.h. Referenced by dumpOn(). |