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

FdoFilterException Class Reference

#include <FilterException.h>

Inherits FdoException.

Inheritance diagram for FdoFilterException:

[legend]
List of all members.

Detailed Description

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

Definition at line 32 of file FilterException.h.


Static Public Member Functions

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

Protected Member Functions

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

Constructor & Destructor Documentation

FdoFilterException::FdoFilterException  )  [protected]
 

Constructs a default instance of an FdoFilterException.

FdoFilterException::FdoFilterException FdoString message  )  [protected]
 

Constructs an instance of an FdoFilterException using the specified arguments.

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

Constructs an instance of an FdoFilterException using the specified arguments.

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


Member Function Documentation

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

Constructs an instance of an FdoFilterException using the specified arguments.

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

Reimplemented from FdoException.

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

Constructs an instance of an FdoFilterException using the specified arguments.

Parameters:
message Input message text
Returns:
Returns FdoFilterException

Reimplemented from FdoException.

FDO_API FdoFilterException* FdoFilterException::Create  )  [static]
 

Constructs a default instance of an FdoFilterException.

Returns:
Returns FdoFilterException

Reimplemented from FdoException.

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