zypp::BadKeyException Class Reference

Exception thrown when the supplied key is not a valid gpg key. More...

#include <PublicKey.h>

Inheritance diagram for zypp::BadKeyException:
[legend]

List of all members.

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


Detailed Description

Exception thrown when the supplied key is not a valid gpg key.

Definition at line 40 of file PublicKey.h.


Constructor & Destructor Documentation

zypp::BadKeyException::BadKeyException (  )  [inline]

Ctor taking message.

Use ZYPP_THROW macros to throw exceptions.

Definition at line 46 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 56 of file PublicKey.h.

virtual zypp::BadKeyException::~BadKeyException (  )  throw () [inline, virtual]

Dtor.

Definition at line 60 of file PublicKey.h.


Member Function Documentation

Pathname zypp::BadKeyException::keyFile (  )  const [inline]

Definition at line 50 of file PublicKey.h.

References _keyfile.

Referenced by zypp::KeyRing::Impl::exportKey().


Member Data Documentation

Pathname zypp::BadKeyException::_keyfile [private]

Definition at line 60 of file PublicKey.h.

Referenced by keyFile().


The documentation for this class was generated from the following file:

doxygen