com.esri.arcgis.geodatabase
Interface IInvalidObjectInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IInvalidObjectInfoProxy, InvalidObjectInfo

public interface IInvalidObjectInfo
extends java.io.Serializable

COM Interface 'IInvalidObjectInfo'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that return information about the features that did not convert.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID49e8ae69_4f38_11d3_9ff8_00c04f6bdf0e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getErrorDescription()
          The description of the error in converting the feature/row.
 int getInvalidObjectID()
          The object ID that did not get convert.
 

Field Detail

IID49e8ae69_4f38_11d3_9ff8_00c04f6bdf0e

static final int IID49e8ae69_4f38_11d3_9ff8_00c04f6bdf0e
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getInvalidObjectID

int getInvalidObjectID()
                       throws java.io.IOException,
                              AutomationException
The object ID that did not get convert.

Returns:
The featureID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getErrorDescription

java.lang.String getErrorDescription()
                                     throws java.io.IOException,
                                            AutomationException
The description of the error in converting the feature/row.

Returns:
The invalidFeatureErrorDescription
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.