Base::XMLParseException Class Reference

The XMLParseException is thrown if parsing an XML failed. More...

#include <Exception.h>

Inheritance diagram for Base::XMLParseException:
Base::Exception Base::BaseClass

List of all members.

Public Member Functions

virtual const char * what () const throw ()
 Description of the exception.
 XMLParseException (const XMLParseException &inst)
 Construction.
 XMLParseException ()
 Construction.
 XMLParseException (const std::string &sMessage)
 Construction.
 XMLParseException (const char *sMessage)
 Construction.
virtual ~XMLParseException () throw ()
 Destruction.

Detailed Description

The XMLParseException is thrown if parsing an XML failed.

Author:
Werner Mayer

Definition at line 83 of file Exception.h.


Constructor & Destructor Documentation

XMLParseException::XMLParseException ( const char *  sMessage  ) 

Construction.

Definition at line 99 of file Exception.cpp.

XMLParseException::XMLParseException ( const std::string &  sMessage  ) 

Construction.

Definition at line 104 of file Exception.cpp.

XMLParseException::XMLParseException (  ) 

Construction.

Definition at line 109 of file Exception.cpp.

References Base::Exception::_sErrMsg.

XMLParseException::XMLParseException ( const XMLParseException inst  ) 

Construction.

Definition at line 114 of file Exception.cpp.

virtual Base::XMLParseException::~XMLParseException (  )  throw () [inline, virtual]

Destruction.

Definition at line 95 of file Exception.h.


Member Function Documentation

const char * XMLParseException::what ( void   )  const throw () [virtual]

Description of the exception.

Reimplemented from Base::Exception.

Definition at line 119 of file Exception.cpp.


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

Generated on Wed Nov 23 19:01:49 2011 for FreeCAD by  doxygen 1.6.1