libzypp  10.5.0
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:

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 38 of file PublicKey.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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

Definition at line 48 of file PublicKey.h.


Member Data Documentation

Pathname zypp::BadKeyException::_keyfile [private]

Definition at line 58 of file PublicKey.h.


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