|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPMessage2
Provides access to the properties of a Geoprocessor message.
This interface is new at ArcGIS 9.3.
| Method Summary | |
|---|---|
void |
createIDMessage(int type,
int errorCode)
Creates the error or warning message with code ID. |
void |
createIDMessage1Args(int type,
int errorCode,
String arg)
Creates the error or warning message with code ID, one argument. |
void |
createIDMessage2Args(int type,
int errorCode,
String arg1,
String arg2)
Creates the error or warning message with code ID, two arguments. |
| Method Detail |
|---|
void createIDMessage(int type,
int errorCode)
throws IOException,
AutomationException
type - A com.esri.arcgis.geodatabase.esriGPMessageType constant (in)errorCode - The errorCode (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void createIDMessage1Args(int type,
int errorCode,
String arg)
throws IOException,
AutomationException
type - A com.esri.arcgis.geodatabase.esriGPMessageType constant (in)errorCode - The errorCode (in)arg - The arg (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void createIDMessage2Args(int type,
int errorCode,
String arg1,
String arg2)
throws IOException,
AutomationException
type - A com.esri.arcgis.geodatabase.esriGPMessageType constant (in)errorCode - The errorCode (in)arg1 - The arg1 (in)arg2 - The arg2 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||