|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWMSServiceExceptionHandler
Provides access to members that provide WMS error descriptions.
Method Summary | |
---|---|
String |
getExceptionCode(int index)
WMS service exception code at the given index. |
int |
getExceptionCount()
Number of exceptions. |
String |
getExceptionDescription(int index)
WMS service exception description at the given index. |
void |
parseExceptions(String fileOrURL)
Parses the response to the give URL for any WMS 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 |