public interface IErrorInfo
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID1cf2b120_547d_101b_8e65_08002b2bd119 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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
|
static final int IID1cf2b120_547d_101b_8e65_08002b2bd119
static final int xxDummy
static final java.lang.String IID
void getGUID(GUID[] pGuid) throws java.io.IOException, AutomationException
pGuid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void esri_getSource(java.lang.String[] pBstrSource) throws java.io.IOException, AutomationException
pBstrSource
- The pBstrSource (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getDescription(java.lang.String[] pBstrDescription) throws java.io.IOException, AutomationException
pBstrDescription
- The pBstrDescription (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getHelpFile(java.lang.String[] pBstrHelpFile) throws java.io.IOException, AutomationException
pBstrHelpFile
- The pBstrHelpFile (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getHelpContext(int[] pdwHelpContext) throws java.io.IOException, AutomationException
pdwHelpContext
- The pdwHelpContext (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.