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

FdoCommandException Class Reference

#include <CommandException.h>

Inherits FdoException.

Inheritance diagram for FdoCommandException:

[legend]
List of all members.

Detailed Description

The FdoCommandException class is the exception type thrown from classes in the Data package. FdoCommandException derives from a language level exception class that is environment specific.

Definition at line 32 of file CommandException.h.


Static Public Member Functions

FDO_API FdoCommandExceptionCreate (FdoString *message, FdoException *cause)
 Returns an instance of an FdoCommandException using the specified arguments.
FDO_API FdoCommandExceptionCreate (FdoString *message)
 Returns an instance of an FdoCommandException using the specified arguments.
FDO_API FdoCommandExceptionCreate ()
 Returns a default instance of an FdoCommandException.

Protected Member Functions

virtual FDO_API void Dispose ()
 Dispose of this object.
FDO_API FdoCommandException (FdoString *message, FdoException *cause)
 Constructs an instance of an FdoCommandException using the specified arguments.
FDO_API FdoCommandException (FdoString *message)
 Constructs an instance of an FdoCommandException using the specified arguments.
FDO_API FdoCommandException ()
 Constructs a default instance of an FdoCommandException.
virtual FDO_API ~FdoCommandException ()
 Default destructor for CommandException.

Constructor & Destructor Documentation

FDO_API FdoCommandException::FdoCommandException  )  [protected]
 

Constructs a default instance of an FdoCommandException.

Returns:
Returns nothing

FDO_API FdoCommandException::FdoCommandException FdoString message  )  [protected]
 

Constructs an instance of an FdoCommandException using the specified arguments.

Returns:
Returns nothing

FDO_API FdoCommandException::FdoCommandException FdoString message,
FdoException cause
[protected]
 

Constructs an instance of an FdoCommandException using the specified arguments.

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

virtual FDO_API FdoCommandException::~FdoCommandException  )  [protected, virtual]
 

Default destructor for CommandException.

Returns:
Returns nothing

Member Function Documentation

FDO_API FdoCommandException* FdoCommandException::Create FdoString message,
FdoException cause
[static]
 

Returns an instance of an FdoCommandException using the specified arguments.

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

Reimplemented from FdoException.

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

Returns an instance of an FdoCommandException using the specified arguments.

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

Reimplemented from FdoException.

FDO_API FdoCommandException* FdoCommandException::Create  )  [static]
 

Returns a default instance of an FdoCommandException.

Returns:
Returns FdoCommandException object

Reimplemented from FdoException.

Referenced by FdoPhysicalElementMappingCollection< FdoXmlElementMapping >::Add(), FdoIdentifierCollection::CheckDuplicate(), FdoIdentifierCollection::GetItem(), FdoIdentifierCollection::IndexOf(), FdoPhysicalElementMappingCollection< FdoXmlElementMapping >::Insert(), and FdoPhysicalElementMappingCollection< FdoXmlElementMapping >::SetItem().

virtual FDO_API void FdoCommandException::Dispose  )  [protected, virtual]
 

Dispose of this object.

Returns:
Returns nothing

Reimplemented from FdoException.


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