zypp::parser::ParseException Class Reference

#include <ParseException.h>

Inheritance diagram for zypp::parser::ParseException:
[legend]

List of all members.

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.


Detailed Description

Definition at line 33 of file ParseException.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


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

doxygen