libzypp  10.5.0
zypp::KeyRingException Class Reference

#include <KeyRing.h>

Inheritance diagram for zypp::KeyRingException:

List of all members.

Public Member Functions

 KeyRingException ()
 Ctor taking message.
 KeyRingException (const std::string &msg_r)
 Ctor taking message.
virtual ~KeyRingException () throw ()
 Dtor.

Detailed Description

Definition at line 106 of file KeyRing.h.


Constructor & Destructor Documentation

zypp::KeyRingException::KeyRingException ( ) [inline]

Ctor taking message.

Use ZYPP_THROW macros to throw exceptions.

Definition at line 112 of file KeyRing.h.

zypp::KeyRingException::KeyRingException ( const std::string &  msg_r) [inline]

Ctor taking message.

Use ZYPP_THROW macros to throw exceptions.

Definition at line 118 of file KeyRing.h.

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

Dtor.

Definition at line 122 of file KeyRing.h.


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