Logo
~Sockets~
~Examples~
~Contact~


XmlException Class Reference

#include <XmlException.h>

Inheritance diagram for XmlException:
Collaboration diagram for XmlException:

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 45 of file XmlException.h.


Constructor & Destructor Documentation

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

Definition at line 41 of file XmlException.cpp.

00042 :Exception(descr)
00043 {
00044 }

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

Definition at line 50 of file XmlException.h.

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


Member Function Documentation

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

Definition at line 53 of file XmlException.h.

00053 { return *this; } // assignment operator


The documentation for this class was generated from the following files:
Page, code, and content Copyright (C) 2007 by Anders Hedström
Generated for C++ Sockets by  doxygen 1.4.4