libzypp
10.5.0
|
#include <KeyRing.h>
Public Member Functions | |
KeyRingException () | |
Ctor taking message. | |
KeyRingException (const std::string &msg_r) | |
Ctor taking message. | |
virtual | ~KeyRingException () throw () |
Dtor. |
zypp::KeyRingException::KeyRingException | ( | ) | [inline] |
Ctor taking message.
Use ZYPP_THROW macros to throw exceptions.
zypp::KeyRingException::KeyRingException | ( | const std::string & | msg_r | ) | [inline] |
Ctor taking message.
Use ZYPP_THROW macros to throw exceptions.
virtual zypp::KeyRingException::~KeyRingException | ( | ) | throw () [inline, virtual] |