FDO API Reference Feature Data Objects

FdoSchemaException Class Reference

#include <SchemaException.h>

Inherits FdoException.

Inherited by FdoAutogenerationException.

Inheritance diagram for FdoSchemaException:

Inheritance graph
[legend]
List of all members.

Detailed Description

The FdoSchemaException class is the exception type thrown from classes in the Schema package. It derives from a language level exception class that is environment-specific.

Definition at line 31 of file SchemaException.h.


Static Public Member Functions

static FDO_API FdoSchemaExceptionCreate (FdoString *name, FdoException *cause)
 Constructs an instance of an FdoSchemaException using the specified arguments.
static FDO_API FdoSchemaExceptionCreate (FdoString *message)
 Constructs an instance of an FdoSchemaException using the specified arguments.
static FDO_API FdoSchemaExceptionCreate ()
 Constructs a default instance of an FdoSchemaException.

Protected Member Functions

virtual void Dispose ()
 Dispose this object.
 FdoSchemaException (FdoString *message, FdoException *cause)
 FdoSchemaException (FdoString *message)
 FdoSchemaException ()
 Constructs a default instance of an FdoSchemaException.
virtual ~FdoSchemaException ()

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