#include <TargetException.h>
Inheritance diagram for zypp::target::TargetAbortedException:
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. |
Definition at line 51 of file TargetException.h.
|
Ctor taking message. Use ZYPP_THROW macros to throw exceptions. Definition at line 57 of file TargetException.h. |
|
Dtor.
Definition at line 61 of file TargetException.h. |
|
Overload this to print a proper error message.
Reimplemented from zypp::Exception. Definition at line 26 of file TargetException.cc. |