#include <TargetException.h>
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.
| 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] |
| 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.
1.5.3