libzypp
10.5.0
|
Just inherits Exception to separate media exceptions. More...
#include <MediaException.h>
Public Member Functions | |
MediaException () | |
Ctor taking message. | |
MediaException (const std::string &msg_r) | |
Ctor taking message. | |
virtual | ~MediaException () throw () |
Dtor. |
Just inherits Exception to separate media exceptions.
Definition at line 34 of file MediaException.h.
zypp::media::MediaException::MediaException | ( | ) | [inline] |
Ctor taking message.
Use ZYPP_THROW macros to throw exceptions.
Definition at line 40 of file MediaException.h.
zypp::media::MediaException::MediaException | ( | const std::string & | msg_r | ) | [inline] |
Ctor taking message.
Use ZYPP_THROW macros to throw exceptions.
Definition at line 45 of file MediaException.h.
virtual zypp::media::MediaException::~MediaException | ( | ) | throw () [inline, virtual] |
Dtor.
Definition at line 50 of file MediaException.h.