public interface IGPMessage2
extends java.io.Serializable
Description: 'Provides access to the properties of a Geoprocessor message.' 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 |
IIDed4b67f0_b72b_42f7_b033_bd62c8ed163f |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
createIDMessage(int type,
int errorCode)
Creates the error or warning message with code ID.
|
void |
createIDMessage1Args(int type,
int errorCode,
java.lang.String arg)
Creates the error or warning message with code ID, one argument.
|
void |
createIDMessage2Args(int type,
int errorCode,
java.lang.String arg1,
java.lang.String arg2)
Creates the error or warning message with code ID, two arguments.
|
static final int IIDed4b67f0_b72b_42f7_b033_bd62c8ed163f
static final int xxDummy
static final java.lang.String IID
void createIDMessage(int type, int errorCode) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.geodatabase.esriGPMessageType constant (in)errorCode
- The errorCode (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void createIDMessage1Args(int type, int errorCode, java.lang.String arg) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.geodatabase.esriGPMessageType constant (in)errorCode
- The errorCode (in)arg
- The arg (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void createIDMessage2Args(int type, int errorCode, java.lang.String arg1, java.lang.String arg2) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.geodatabase.esriGPMessageType constant (in)errorCode
- The errorCode (in)arg1
- The arg1 (in)arg2
- The arg2 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.