zypp::target::rpm::RpmAccessBlockedException Class Reference

#include <RpmException.h>

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

List of all members.

Public Member Functions

 RpmAccessBlockedException (const Pathname &root_r, const Pathname &dbpath_r)
virtual ~RpmAccessBlockedException () throw ()
std::string root () const
std::string dbpath () const

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 102 of file RpmException.h.


Constructor & Destructor Documentation

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

Definition at line 105 of file RpmException.h.

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

Definition at line 111 of file RpmException.h.


Member Function Documentation

std::string zypp::target::rpm::RpmAccessBlockedException::root (  )  const [inline]

Definition at line 113 of file RpmException.h.

References _root.

std::string zypp::target::rpm::RpmAccessBlockedException::dbpath (  )  const [inline]

Definition at line 117 of file RpmException.h.

References _dbpath.

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

Overload this to print a proper error message.

Reimplemented from zypp::Exception.

Definition at line 36 of file RpmException.cc.

References _dbpath, and _root.


Member Data Documentation

Definition at line 124 of file RpmException.h.

Referenced by dumpOn(), and root().

Definition at line 125 of file RpmException.h.

Referenced by dbpath(), and dumpOn().


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

doxygen