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

FdoAutogenerationException Class Reference

#include <AutogenerationException.h>

Inherits FdoSchemaException.

Inheritance diagram for FdoAutogenerationException:

[legend]
List of all members.

Detailed Description

The FdoAutogenerationException class is the exception type thrown when autogeneration of a data property cannot be honored, either because the data type is not supported for autogeneration, too many properties were marked as autogenerated, the autogeneration feature is not supported, or possibly because of provider-specific errors.

Definition at line 34 of file AutogenerationException.h.


Static Public Member Functions

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

Protected Member Functions

virtual void Dispose ()
 DOXYGEN-IGNORE
 FdoAutogenerationException (FdoString *message, FdoException *cause)
 FdoAutogenerationException (FdoString *message)
 FdoAutogenerationException ()
 Constructs a default instance of an FdoAutogenerationException.
virtual ~FdoAutogenerationException ()

Constructor & Destructor Documentation

FdoAutogenerationException::FdoAutogenerationException  )  [protected]
 

Constructs a default instance of an FdoAutogenerationException.

FdoAutogenerationException::FdoAutogenerationException FdoString message  )  [protected]
 

Constructs an instance of an FdoAutogenerationException using the specified arguments.

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

Constructs an instance of an FdoAutogenerationException using the specified arguments.

virtual FdoAutogenerationException::~FdoAutogenerationException  )  [protected, virtual]
 


Member Function Documentation

FDO_API FdoAutogenerationException* FdoAutogenerationException::Create FdoString name,
FdoException cause
[static]
 

Constructs an instance of an FdoAutogenerationException using the specified arguments.

Parameters:
name Input name text
cause Input cause of exception
Returns:
Returns FdoAutogenerationException

Reimplemented from FdoSchemaException.

FDO_API FdoAutogenerationException* FdoAutogenerationException::Create FdoString message  )  [static]
 

Constructs an instance of an FdoAutogenerationException using the specified arguments.

Parameters:
message Input message text
Returns:
Returns FdoAutogenerationException

Reimplemented from FdoSchemaException.

FDO_API FdoAutogenerationException* FdoAutogenerationException::Create  )  [static]
 

Constructs a default instance of an FdoAutogenerationException.

Returns:
Returns FdoAutogenerationException

Reimplemented from FdoSchemaException.

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

DOXYGEN-IGNORE

Reimplemented from FdoSchemaException.


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