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

FdoConnectionException Class Reference

#include <ConnectionException.h>

Inherits FdoException.

Inheritance diagram for FdoConnectionException:

[legend]
List of all members.

Detailed Description

The FdoConnectionException class is the exception type thrown from classes in the Connections package. ConnectionException derives from a language level exception class that is environment- specific.

Definition at line 32 of file ConnectionException.h.


Static Public Member Functions

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

Protected Member Functions

virtual FDO_API void Dispose ()
 DOXYGEN-IGNORE
FDO_API FdoConnectionException (FdoString *message, FdoException *cause)
 Constructs an instance of an FdoConnectionException using the specified arguments.
FDO_API FdoConnectionException (FdoString *message)
 Constructs an instance of an FdoConnectionException using the specified arguments.
FDO_API FdoConnectionException ()
 DOXYGEN-IGNORE Constructs a default instance of an FdoConnectionException.
virtual FDO_API ~FdoConnectionException ()
 Default destructor for FdoConnectionException class.

Constructor & Destructor Documentation

FDO_API FdoConnectionException::FdoConnectionException  )  [protected]
 

DOXYGEN-IGNORE Constructs a default instance of an FdoConnectionException.

Returns:
Returns nothing

FDO_API FdoConnectionException::FdoConnectionException FdoString message  )  [protected]
 

Constructs an instance of an FdoConnectionException using the specified arguments.

Parameters:
message Input the error message
Returns:
Returns nothing

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

Constructs an instance of an FdoConnectionException using the specified arguments.

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

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

Default destructor for FdoConnectionException class.

Returns:
Returns nothing

Member Function Documentation

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

Returns an instance of an FdoConnectionException using the specified arguments.

Parameters:
message Input the error message.
cause Input the cause of the error.
Returns:
Returns FdoConnectionException

Reimplemented from FdoException.

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

Returns an instance of an FdoConnectionException using the specified arguments.

Parameters:
message Input the error message.
Returns:
Returns FdoConnectionException.

Reimplemented from FdoException.

FDO_API FdoConnectionException* FdoConnectionException::Create  )  [static]
 

Returns a default instance of an FdoConnectionException.

Returns:
Returns FdoConnectionException

Reimplemented from FdoException.

virtual FDO_API void FdoConnectionException::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.