Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

eppobject::epp::epp_XMLException Class Reference

Exception class containing information about an error occuring while parsing XML. More...

#include <epp_XMLException.h>

List of all members.

Public Methods

 epp_XMLException ()
 Null constructor. More...

virtual ~epp_XMLException ()
 Destructor. More...

 epp_XMLException (const epp_string &data) throw ()
 Constructor with error data. More...

virtual epp_string getString ()
 Returns the error string
Note:
Kept for backwards compatibility.
More...


 epp_XMLException (const string file, const int lineno, const epp_string &data) throw ()
 Constructor with error data, file name, and line number. More...


Public Attributes

epp_string_ref m_error_message
 Text describing the encountered error. More...


Detailed Description

Exception class containing information about an error occuring while parsing XML.


Constructor & Destructor Documentation

eppobject::epp::epp_XMLException::epp_XMLException   [inline]
 

Null constructor.

virtual eppobject::epp::epp_XMLException::~epp_XMLException   [inline, virtual]
 

Destructor.

eppobject::epp::epp_XMLException::epp_XMLException const epp_string   data throw () [inline]
 

Constructor with error data.

eppobject::epp::epp_XMLException::epp_XMLException const string    file,
const int    lineno,
const epp_string   data
throw () [inline]
 

Constructor with error data, file name, and line number.


Member Function Documentation

virtual epp_string eppobject::epp::epp_XMLException::getString   [inline, virtual]
 

Returns the error string

Note:
Kept for backwards compatibility.


Member Data Documentation

epp_string_ref eppobject::epp::epp_XMLException::m_error_message
 

Text describing the encountered error.


The documentation for this class was generated from the following file:
Generated on Fri Mar 22 15:48:49 2002 for epprtk c++ by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001