|
libzypp
9.1.2
|
Just inherits Exception to separate media exceptions. More...
#include <RpmException.h>

Public Member Functions | |
| RpmException () | |
| Ctor taking message. | |
| RpmException (const std::string &msg_r) | |
| Ctor taking message. | |
| virtual | ~RpmException () throw () |
| Dtor. | |
Just inherits Exception to separate media exceptions.
Definition at line 37 of file RpmException.h.
| zypp::target::rpm::RpmException::RpmException | ( | ) | [inline] |
Ctor taking message.
Use ZYPP_THROW macros to throw exceptions.
Definition at line 43 of file RpmException.h.
| zypp::target::rpm::RpmException::RpmException | ( | const std::string & | msg_r | ) | [inline] |
Ctor taking message.
Use ZYPP_THROW macros to throw exceptions.
Definition at line 49 of file RpmException.h.
| virtual zypp::target::rpm::RpmException::~RpmException | ( | ) | throw () [inline, virtual] |
Dtor.
Definition at line 53 of file RpmException.h.
1.7.6.1