Xmlw::XmlException Class Reference

#include <XmlException.h>

List of all members.

Public Member Functions

 XmlException (const std::string &descr)
 XmlException (const XmlException &x)

Private Member Functions

XmlExceptionoperator= (const XmlException &)


Detailed Description

Definition at line 30 of file XmlException.h.


Constructor & Destructor Documentation

Xmlw::XmlException::XmlException ( const std::string &  descr  ) 

Definition at line 28 of file XmlException.cpp.

00029 :Exception(descr)
00030 {
00031 }

Xmlw::XmlException::XmlException ( const XmlException x  )  [inline]

Definition at line 35 of file XmlException.h.

00035 : Exception(x) {} // copy constructor


Member Function Documentation

XmlException& Xmlw::XmlException::operator= ( const XmlException  )  [inline, private]

Definition at line 38 of file XmlException.h.

00038 { return *this; } // assignment operator


The documentation for this class was generated from the following files:
Generated on Sun Feb 10 17:01:02 2008 for xmlw - libxml2 C++ wrapper by  doxygen 1.5.2