|
libzypp
9.1.2
|
#include <MediaException.h>

Public Member Functions | |
| MediaNotOpenException (const std::string &action_r) | |
| virtual | ~MediaNotOpenException () throw () |
Protected Member Functions | |
| virtual std::ostream & | dumpOn (std::ostream &str) const |
| Overload this to print a proper error message. | |
Private Attributes | |
| std::string | _action |
Definition at line 130 of file MediaException.h.
| zypp::media::MediaNotOpenException::MediaNotOpenException | ( | const std::string & | action_r | ) | [inline] |
Definition at line 133 of file MediaException.h.
| virtual zypp::media::MediaNotOpenException::~MediaNotOpenException | ( | ) | throw () [inline, virtual] |
Definition at line 137 of file MediaException.h.
| std::ostream & zypp::media::MediaNotOpenException::dumpOn | ( | std::ostream & | str | ) | const [protected, virtual] |
Overload this to print a proper error message.
Reimplemented from zypp::Exception.
Definition at line 50 of file MediaException.cc.
References _, and zypp::str::form().
std::string zypp::media::MediaNotOpenException::_action [private] |
Definition at line 141 of file MediaException.h.
1.7.6.1