zypp::target::rpm::RpmInitException Class Reference

#include <RpmException.h>

Inheritance diagram for zypp::target::rpm::RpmInitException:
[legend]

List of all members.

Public Member Functions

 RpmInitException (const Pathname &root_r, const Pathname &dbpath_r)
virtual ~RpmInitException () 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 143 of file RpmException.h.


Constructor & Destructor Documentation

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

Definition at line 146 of file RpmException.h.

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

Definition at line 152 of file RpmException.h.


Member Function Documentation

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

Overload this to print a proper error message.

Reimplemented from zypp::Exception.

Definition at line 47 of file RpmException.cc.

References _dbpath, and _root.


Member Data Documentation

Definition at line 157 of file RpmException.h.

Referenced by dumpOn().

Definition at line 158 of file RpmException.h.

Referenced by dumpOn().


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

doxygen