com.esri.arcgis.geodatabase
Interface IGPMessage2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPMessage, IGPMessage2Proxy

public interface IGPMessage2
extends java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDed4b67f0_b72b_42f7_b033_bd62c8ed163f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IIDed4b67f0_b72b_42f7_b033_bd62c8ed163f

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

createIDMessage

void createIDMessage(int type,
                     int errorCode)
                     throws java.io.IOException,
                            AutomationException
Creates the error or warning message with code ID.

Parameters:
type - A com.esri.arcgis.geodatabase.esriGPMessageType constant (in)
errorCode - The errorCode (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createIDMessage1Args

void createIDMessage1Args(int type,
                          int errorCode,
                          java.lang.String arg)
                          throws java.io.IOException,
                                 AutomationException
Creates the error or warning message with code ID, one argument.

Parameters:
type - A com.esri.arcgis.geodatabase.esriGPMessageType constant (in)
errorCode - The errorCode (in)
arg - The arg (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createIDMessage2Args

void createIDMessage2Args(int type,
                          int errorCode,
                          java.lang.String arg1,
                          java.lang.String arg2)
                          throws java.io.IOException,
                                 AutomationException
Creates the error or warning message with code ID, two arguments.

Parameters:
type - A com.esri.arcgis.geodatabase.esriGPMessageType constant (in)
errorCode - The errorCode (in)
arg1 - The arg1 (in)
arg2 - The arg2 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.