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

FdoExpressionException Class Reference

#include <ExpressionException.h>

Inherits FdoException.

Inheritance diagram for FdoExpressionException:

[legend]
List of all members.

Detailed Description

FdoExpressionException is the exception type thrown from classes in the Expression package. It derives from a language level exception class that is environment specific.

Definition at line 32 of file ExpressionException.h.


Static Public Member Functions

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

Protected Member Functions

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

Constructor & Destructor Documentation

FdoExpressionException::FdoExpressionException  )  [protected]
 

Constructs a default instance of an FdoExpressionException.

FdoExpressionException::FdoExpressionException FdoString message  )  [protected]
 

Constructs an instance of an FdoExpressionException using the specified arguments.

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

Constructs an instance of an FdoExpressionException using the specified arguments.

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


Member Function Documentation

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

Constructs an instance of an FdoExpressionException using the specified arguments.

Parameters:
message Input message text
cause Input cause of exception
Returns:
Returns FdoExpressionException

Reimplemented from FdoException.

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

Constructs an instance of an FdoExpressionException using the specified arguments.

Parameters:
message Input message text
Returns:
Returns FdoExpressionException

Reimplemented from FdoException.

FDO_API FdoExpressionException* FdoExpressionException::Create  )  [static]
 

Constructs a default instance of an FdoExpressionException.

Returns:
Returns FdoExpressionException

Reimplemented from FdoException.

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