libzypp 8.13.6
Public Member Functions | Protected Member Functions | Private Attributes

zypp::target::rpm::RpmDbOpenException Class Reference

#include <RpmException.h>

Inheritance diagram for zypp::target::rpm::RpmDbOpenException:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 RpmDbOpenException (const Pathname &root_r, const Pathname &dbpath_r)
virtual ~RpmDbOpenException () throw ()

Protected Member Functions

virtual std::ostream & dumpOn (std::ostream &str) const
 Overload this to print a proper error message.

Private Attributes

std::string _root
std::string _dbpath

Detailed Description

Definition at line 161 of file RpmException.h.


Constructor & Destructor Documentation

zypp::target::rpm::RpmDbOpenException::RpmDbOpenException ( const Pathname &  root_r,
const Pathname &  dbpath_r 
) [inline]

Definition at line 164 of file RpmException.h.

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

Definition at line 170 of file RpmException.h.


Member Function Documentation

std::ostream & zypp::target::rpm::RpmDbOpenException::dumpOn ( std::ostream &  str) const [protected, virtual]

Overload this to print a proper error message.

Reimplemented from zypp::Exception.

Definition at line 53 of file RpmException.cc.


Member Data Documentation

Definition at line 175 of file RpmException.h.

Definition at line 176 of file RpmException.h.


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