|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWCSServiceExceptionHandler
Provides access to members that provide WCS error descriptions.
This interface is new at ArcGIS 9.3.
Method Summary | |
---|---|
String |
getExceptionCode(int index)
WCS service exception code at the given index. |
int |
getExceptionCount()
Number of exceptions. |
String |
getExceptionDescription(int index)
WCS service exception description at the given index. |
void |
parseExceptions(String fileOrURL)
Parses the response to the give URL for any WCS error codes and descriptions. |
Method Detail |
---|
void parseExceptions(String fileOrURL) throws IOException, AutomationException
fileOrURL
- The fileOrURL (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getExceptionCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getExceptionCode(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getExceptionDescription(int index) throws IOException, AutomationException
index
- The index (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 |