#include <MediaException.h>
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.
| zypp::media::MediaException::MediaException | ( | ) | [inline] |
Ctor taking message.
Use ZYPP_THROW macros to throw exceptions.
Definition at line 39 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] |
1.5.3