zypp::target::TargetException Class Reference

Just inherits Exception to separate target exceptions. More...

#include <TargetException.h>

Inheritance diagram for zypp::target::TargetException:
[legend]

List of all members.

Public Member Functions

 TargetException ()
 Ctor taking message.
 TargetException (const std::string &msg_r)
 Ctor taking message.
virtual ~TargetException () throw ()
 Dtor.


Detailed Description

Just inherits Exception to separate target exceptions.

Definition at line 32 of file TargetException.h.


Constructor & Destructor Documentation

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.


The documentation for this class was generated from the following file:

doxygen