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

FdoSpatialContextMismatchException Class Reference

#include <SpatialContextMismatchException.h>

Inherits FdoException.

Inheritance diagram for FdoSpatialContextMismatchException:

[legend]
List of all members.

Detailed Description

The FdoSpatialContextMismatchException class is the exception type thrown from classes editing the datastore. It derives from a language level exception class that is environment-specific. This exception is thrown whenever a command operates on a geometry whose spatial context does not match the active spatial context. The message should always mention which spatial contexts were mismatched.

Definition at line 34 of file SpatialContextMismatchException.h.


Static Public Member Functions

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

Protected Member Functions

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

Constructor & Destructor Documentation

FDO_API FdoSpatialContextMismatchException::FdoSpatialContextMismatchException  )  [protected]
 

Constructs a default instance of an FdoSpatialContextMismatchException.

FDO_API FdoSpatialContextMismatchException::FdoSpatialContextMismatchException FdoString message  )  [protected]
 

Constructs an instance of an FdoSpatialContextMismatchException using the specified arguments.

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

Constructs an instance of an FdoSpatialContextMismatchException using the specified arguments.

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


Member Function Documentation

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

Constructs an instance of an FdoSpatialContextMismatchException using the specified arguments.

Parameters:
message Input name text
cause Input cause of exception
Returns:
Returns FdoSpatialContextMismatchException

Reimplemented from FdoException.

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

Constructs an instance of an FdoSpatialContextMismatchException using the specified arguments.

Parameters:
message Input message text
Returns:
Returns FdoSpatialContextMismatchException

Reimplemented from FdoException.

FDO_API FdoSpatialContextMismatchException* FdoSpatialContextMismatchException::Create  )  [static]
 

Constructs a default instance of an FdoSpatialContextMismatchException.

Returns:
Returns FdoSpatialContextMismatchException

Reimplemented from FdoException.

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