libzypp
10.5.0
|
Exception thrown when the supplied key is not a valid gpg key. More...
#include <PublicKey.h>
Public Member Functions | |
BadKeyException () | |
Ctor taking message. | |
Pathname | keyFile () const |
BadKeyException (const std::string &msg_r, const Pathname &keyfile=Pathname()) | |
Ctor taking message. | |
virtual | ~BadKeyException () throw () |
Dtor. | |
Private Attributes | |
Pathname | _keyfile |
Exception thrown when the supplied key is not a valid gpg key.
Definition at line 38 of file PublicKey.h.
zypp::BadKeyException::BadKeyException | ( | ) | [inline] |
Ctor taking message.
Use ZYPP_THROW macros to throw exceptions.
Definition at line 44 of file PublicKey.h.
zypp::BadKeyException::BadKeyException | ( | const std::string & | msg_r, |
const Pathname & | keyfile = Pathname() |
||
) | [inline] |
Ctor taking message.
Use ZYPP_THROW macros to throw exceptions.
Definition at line 54 of file PublicKey.h.
virtual zypp::BadKeyException::~BadKeyException | ( | ) | throw () [inline, virtual] |
Dtor.
Definition at line 58 of file PublicKey.h.
Pathname zypp::BadKeyException::keyFile | ( | ) | const [inline] |
Definition at line 48 of file PublicKey.h.
Pathname zypp::BadKeyException::_keyfile [private] |
Definition at line 58 of file PublicKey.h.