#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 |
Definition at line 33 of file PublicKey.h.
| zypp::BadKeyException::BadKeyException | ( | ) | [inline] |
Ctor taking message.
Use ZYPP_THROW macros to throw exceptions.
Definition at line 39 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 49 of file PublicKey.h.
| virtual zypp::BadKeyException::~BadKeyException | ( | ) | throw () [inline, virtual] |
| Pathname zypp::BadKeyException::keyFile | ( | ) | const [inline] |
Definition at line 43 of file PublicKey.h.
References _keyfile.
Referenced by zypp::KeyRing::Impl::exportKey().
Pathname zypp::BadKeyException::_keyfile [private] |
1.5.3