#include <MediaException.h>
Inheritance diagram for zypp::media::MediaException:
Public Member Functions | |
MediaException () | |
Ctor taking message. | |
MediaException (const std::string &msg_r) | |
Ctor taking message. | |
virtual | ~MediaException () throw () |
Dtor. |
Definition at line 33 of file MediaException.h.
|
Ctor taking message. Use ZYPP_THROW macros to throw exceptions. Definition at line 39 of file MediaException.h. |
|
Ctor taking message. Use ZYPP_THROW macros to throw exceptions. Definition at line 45 of file MediaException.h. |
|
Dtor.
Definition at line 49 of file MediaException.h. |