libzypp  10.5.0
zypp::target::rpm::RpmException Class Reference

Just inherits Exception to separate media exceptions. More...

#include <RpmException.h>

Inheritance diagram for zypp::target::rpm::RpmException:

List of all members.

Public Member Functions

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

Detailed Description

Just inherits Exception to separate media exceptions.

Definition at line 37 of file RpmException.h.


Constructor & Destructor Documentation

zypp::target::rpm::RpmException::RpmException ( ) [inline]

Ctor taking message.

Use ZYPP_THROW macros to throw exceptions.

Definition at line 43 of file RpmException.h.

zypp::target::rpm::RpmException::RpmException ( const std::string &  msg_r) [inline]

Ctor taking message.

Use ZYPP_THROW macros to throw exceptions.

Definition at line 49 of file RpmException.h.

virtual zypp::target::rpm::RpmException::~RpmException ( ) throw () [inline, virtual]

Dtor.

Definition at line 53 of file RpmException.h.


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