#include <TargetException.h>
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.
| zypp::target::TargetException::TargetException | ( | ) | [inline] |
Ctor taking message.
Use ZYPP_THROW macros to throw exceptions.
Definition at line 38 of file TargetException.h.
| zypp::target::TargetException::TargetException | ( | const std::string & | msg_r | ) | [inline] |
Ctor taking message.
Use ZYPP_THROW macros to throw exceptions.
Definition at line 44 of file TargetException.h.
| virtual zypp::target::TargetException::~TargetException | ( | ) | throw () [inline, virtual] |
1.5.3