com.esri.arcgis.system
Interface IErrorCollection

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IErrorCollectionProxy

public interface IErrorCollection
extends java.io.Serializable

COM Interface 'IErrorCollection'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Description: 'Provides access to members that control an Error Collection.' 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 IID66353c17_df5d_11d3_9fa0_00c04f6bdf0c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getErrorCount()
          The count of error records.
 java.lang.String getErrorDescription(int index)
          The description of the specified error record.
 

Field Detail

IID66353c17_df5d_11d3_9fa0_00c04f6bdf0c

static final int IID66353c17_df5d_11d3_9fa0_00c04f6bdf0c
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

getErrorCount

int getErrorCount()
                  throws java.io.IOException,
                         AutomationException
The count of error records.

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

getErrorDescription

java.lang.String getErrorDescription(int index)
                                     throws java.io.IOException,
                                            AutomationException
The description of the specified error record.

Parameters:
index - The index (in)
Returns:
The description
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.