libzypp
10.5.0
|
#include <ParseException.h>
Public Member Functions | |
ParseException () | |
Default ctor. | |
ParseException (const std::string &msg_r) | |
Ctor. | |
virtual | ~ParseException () throw () |
Dtor. | |
Protected Member Functions | |
virtual std::ostream & | dumpOn (std::ostream &str) const |
Overload this to print a proper error message. |
Definition at line 33 of file ParseException.h.
zypp::parser::ParseException::ParseException | ( | ) |
Default ctor.
Definition at line 31 of file ParseException.cc.
zypp::parser::ParseException::ParseException | ( | const std::string & | msg_r | ) |
Ctor.
Definition at line 40 of file ParseException.cc.
zypp::parser::ParseException::~ParseException | ( | ) | throw () [virtual] |
Dtor.
Definition at line 49 of file ParseException.cc.
std::ostream & zypp::parser::ParseException::dumpOn | ( | std::ostream & | str | ) | const [protected, virtual] |
Overload this to print a proper error message.
Reimplemented from zypp::Exception.
Definition at line 57 of file ParseException.cc.