#include <ParseException.h>
Inheritance diagram for zypp::parser::tagfile::ParseException:
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 35 of file ParseException.h.
|
Default ctor.
Definition at line 34 of file ParseException.cc. |
|
Ctor.
Definition at line 43 of file ParseException.cc. |
|
Dtor.
Definition at line 52 of file ParseException.cc. |
|
Overload this to print a proper error message.
Reimplemented from zypp::Exception. Definition at line 60 of file ParseException.cc. References zypp::Exception::dumpOn(). |