zypp::target::rpm::RpmDbAlreadyOpenException Class Reference

#include <RpmException.h>

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

List of all members.

Public Member Functions

 RpmDbAlreadyOpenException (const Pathname &old_root_r, const Pathname &old_dbpath_r, const Pathname &new_root_r, const Pathname &new_dbpath_r)
virtual ~RpmDbAlreadyOpenException () throw ()

Protected Member Functions

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

Private Attributes

std::string _old_root
std::string _old_dbpath
std::string _new_root
std::string _new_dbpath


Detailed Description

Definition at line 179 of file RpmException.h.


Constructor & Destructor Documentation

zypp::target::rpm::RpmDbAlreadyOpenException::RpmDbAlreadyOpenException ( const Pathname &  old_root_r,
const Pathname &  old_dbpath_r,
const Pathname &  new_root_r,
const Pathname &  new_dbpath_r 
) [inline]

Definition at line 182 of file RpmException.h.

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

Definition at line 192 of file RpmException.h.


Member Function Documentation

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

Overload this to print a proper error message.

Reimplemented from zypp::Exception.

Definition at line 59 of file RpmException.cc.

References _new_dbpath, _new_root, _old_dbpath, and _old_root.


Member Data Documentation

Definition at line 197 of file RpmException.h.

Referenced by dumpOn().

Definition at line 198 of file RpmException.h.

Referenced by dumpOn().

Definition at line 199 of file RpmException.h.

Referenced by dumpOn().

Definition at line 200 of file RpmException.h.

Referenced by dumpOn().


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

doxygen