libzypp  10.5.0
zypp::media::MediaException Class Reference

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

#include <MediaException.h>

Inheritance diagram for zypp::media::MediaException:

List of all members.

Public Member Functions

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

Detailed Description

Just inherits Exception to separate media exceptions.

Definition at line 34 of file MediaException.h.


Constructor & Destructor Documentation

zypp::media::MediaException::MediaException ( ) [inline]

Ctor taking message.

Use ZYPP_THROW macros to throw exceptions.

Definition at line 40 of file MediaException.h.

zypp::media::MediaException::MediaException ( const std::string &  msg_r) [inline]

Ctor taking message.

Use ZYPP_THROW macros to throw exceptions.

Definition at line 45 of file MediaException.h.

virtual zypp::media::MediaException::~MediaException ( ) throw () [inline, virtual]

Dtor.

Definition at line 50 of file MediaException.h.


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