FDO API Reference Feature Data Objects
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

FdoXmlException Class Reference

#include <XmlException.h>

Inherits FdoException.

Inheritance diagram for FdoXmlException:

[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

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

Protected Member Functions

virtual void Dispose ()
 DOXYGEN-IGNORE
 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 ()
 DOXYGEN-IGNORE Constructs a default instance of an FdoXmlException.

Constructor & Destructor Documentation

FdoXmlException::FdoXmlException  )  [protected]
 

DOXYGEN-IGNORE Constructs a default instance of an FdoXmlException.

FdoXmlException::FdoXmlException FdoString message  )  [protected]
 

Constructs an instance of an FdoXmlException using the specified arguments.

FdoXmlException::FdoXmlException FdoString message,
FdoException cause
[protected]
 

Constructs an instance of an FdoXmlException using the specified arguments.

Parameters:
message Input the error message
cause Input the cause of the error
Returns:
Returns nothing

Member Function Documentation

FDO_API_COMMON FdoXmlException* FdoXmlException::Create FdoString message,
FdoException cause
[static]
 

Returns an instance of an FdoXmlException using the specified arguments.

Parameters:
message Input the error message
cause Input the cause of the error
Returns:
Returns FdoXmlException object

Reimplemented from FdoException.

FDO_API_COMMON FdoXmlException* FdoXmlException::Create FdoString message  )  [static]
 

Returns an instance of an FdoXmlException using the specified arguments.

Parameters:
message Input the error message
Returns:
Returns the Exception object

Reimplemented from FdoException.

FDO_API_COMMON FdoXmlException* FdoXmlException::Create  )  [static]
 

Returns a default instance of an FdoXmlException.

Returns:
Returns FdoXmlException object

Reimplemented from FdoException.

virtual void FdoXmlException::Dispose  )  [protected, virtual]
 

DOXYGEN-IGNORE

Reimplemented from FdoException.


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