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

eppobject::epp::epp_Exception Class Reference

Exception class containing information about errors returned from the EPP server or, if in the range 2600-2699, communication errors
See also:
epp_Session for more information about error codes.
More...

#include <epp_Exception.h>

List of all members.

Public Methods

 epp_Exception ()
 Null constructor. More...

virtual ~epp_Exception ()
 Destructor. More...

 epp_Exception (const epp_result_seq &data) throw ()
 Constructor with error data. More...

virtual epp_result_seq_ref getDetails ()
 Returns the error details
Note:
Kept for backwards compatibility.
More...



Public Attributes

epp_result_seq_ref m_details
 Object describing the encountered error(s). More...


Detailed Description

Exception class containing information about errors returned from the EPP server or, if in the range 2600-2699, communication errors
See also:
epp_Session for more information about error codes.


Constructor & Destructor Documentation

eppobject::epp::epp_Exception::epp_Exception   [inline]
 

Null constructor.

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

Destructor.

eppobject::epp::epp_Exception::epp_Exception const epp_result_seq   data throw () [inline]
 

Constructor with error data.


Member Function Documentation

virtual epp_result_seq_ref eppobject::epp::epp_Exception::getDetails   [inline, virtual]
 

Returns the error details

Note:
Kept for backwards compatibility.


Member Data Documentation

epp_result_seq_ref eppobject::epp::epp_Exception::m_details
 

Object describing the encountered error(s).


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