com.esri.arcgis.system
Interface IErrorInfo

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

public interface IErrorInfo
extends java.io.Serializable

COM Interface 'IErrorInfo'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriSystem.olb'

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 IID1cf2b120_547d_101b_8e65_08002b2bd119
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void esri_getSource(java.lang.String[] pBstrSource)
          esri_getSource
 void getDescription(java.lang.String[] pBstrDescription)
          getDescription
 void getGUID(GUID[] pGuid)
          getGUID
 void getHelpContext(int[] pdwHelpContext)
          getHelpContext
 void getHelpFile(java.lang.String[] pBstrHelpFile)
          getHelpFile
 

Field Detail

IID1cf2b120_547d_101b_8e65_08002b2bd119

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

getGUID

void getGUID(GUID[] pGuid)
             throws java.io.IOException,
                    AutomationException
getGUID

Parameters:
pGuid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

esri_getSource

void esri_getSource(java.lang.String[] pBstrSource)
                    throws java.io.IOException,
                           AutomationException
esri_getSource

Parameters:
pBstrSource - The pBstrSource (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDescription

void getDescription(java.lang.String[] pBstrDescription)
                    throws java.io.IOException,
                           AutomationException
getDescription

Parameters:
pBstrDescription - The pBstrDescription (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHelpFile

void getHelpFile(java.lang.String[] pBstrHelpFile)
                 throws java.io.IOException,
                        AutomationException
getHelpFile

Parameters:
pBstrHelpFile - The pBstrHelpFile (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHelpContext

void getHelpContext(int[] pdwHelpContext)
                    throws java.io.IOException,
                           AutomationException
getHelpContext

Parameters:
pdwHelpContext - The pdwHelpContext (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.