|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IInvalidObjectInfo
Provides access to members that return information about the features that did not convert.
Method Summary | |
---|---|
String |
getErrorDescription()
The description of the error in converting the feature/row. |
int |
getInvalidObjectID()
The object ID that did not get convert. |
Method Detail |
---|
int getInvalidObjectID() throws IOException, AutomationException
The InvalidObjectID will be –1 unless the source data is in a geodatabase.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getErrorDescription() throws IOException, AutomationException
The IInvalidObjectInfo interface returns information about an object that could not be loaded.
One example of ErrorDescription is: “The coordinates or measures are out of bounds.”
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 |