#include <TargetException.h>
Inheritance diagram for zypp::target::TargetException:
Public Member Functions | |
TargetException () | |
Ctor taking message. | |
TargetException (const std::string &msg_r) | |
Ctor taking message. | |
virtual | ~TargetException () throw () |
Dtor. |
Definition at line 32 of file TargetException.h.
|
Ctor taking message. Use ZYPP_THROW macros to throw exceptions. Definition at line 38 of file TargetException.h. |
|
Ctor taking message. Use ZYPP_THROW macros to throw exceptions. Definition at line 44 of file TargetException.h. |
|
Dtor.
Definition at line 48 of file TargetException.h. |