FDO API Reference Feature Data Objects

FdoXmlException Class Reference

#include <XmlException.h>

Inherits FdoException.

Inheritance diagram for FdoXmlException:

Inheritance graph
[legend]
List of all members.

Detailed Description

FdoXmlException is a root class for exception type thrown from the FDO XML package.

Definition at line 31 of file XmlException.h.


Static Public Member Functions

static FDO_API_COMMON FdoXmlExceptionCreate (FdoString *message, FdoException *cause)
 Returns an instance of an FdoXmlException using the specified arguments.
static FDO_API_COMMON FdoXmlExceptionCreate (FdoString *message)
 Returns an instance of an FdoXmlException using the specified arguments.
static FDO_API_COMMON FdoXmlExceptionCreate ()
 Returns a default instance of an FdoXmlException.

Protected Member Functions

virtual void Dispose ()
 Dispose this object.
 FdoXmlException (FdoString *message, FdoException *cause)
 Constructs an instance of an FdoXmlException using the specified arguments.
 FdoXmlException (FdoString *message)
 Constructs an instance of an FdoXmlException using the specified arguments.
 FdoXmlException ()
 Constructs a default instance of an FdoXmlException.

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.