#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 129 of file MediaException.h.
| zypp::media::MediaNotOpenException::MediaNotOpenException | ( | const std::string & | action_r | ) | [inline] |
Definition at line 132 of file MediaException.h.
| virtual zypp::media::MediaNotOpenException::~MediaNotOpenException | ( | ) | throw () [inline, virtual] |
Definition at line 136 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 47 of file MediaException.cc.
References _action.
std::string zypp::media::MediaNotOpenException::_action [private] |
1.5.3