|
libzypp
9.1.2
|
Just inherits Exception to separate target exceptions. More...
#include <TargetException.h>

Public Member Functions | |
| TargetException () | |
| Ctor taking message. | |
| TargetException (const std::string &msg_r) | |
| Ctor taking message. | |
| virtual | ~TargetException () throw () |
| Dtor. | |
Just inherits Exception to separate target exceptions.
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] |
Dtor.
Definition at line 48 of file TargetException.h.
1.7.6.1