libzypp  10.5.0
zypp::target::TargetAbortedException Class Reference

#include <TargetException.h>

Inheritance diagram for zypp::target::TargetAbortedException:

List of all members.

Public Member Functions

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

Protected Member Functions

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

Detailed Description

Definition at line 51 of file TargetException.h.


Constructor & Destructor Documentation

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

Ctor taking message.

Use ZYPP_THROW macros to throw exceptions.

Definition at line 57 of file TargetException.h.

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

Dtor.

Definition at line 61 of file TargetException.h.


Member Function Documentation

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

Overload this to print a proper error message.

Reimplemented from zypp::Exception.

Definition at line 26 of file TargetException.cc.


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