|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IWMSServiceExceptionHandler
COM Interface 'IWMSServiceExceptionHandler'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriGISClient.olb'
Description: 'Provides access to members that provide WMS error descriptions.' 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 |
IIDcfcaca30_440a_488e_815a_86351cd78ecc
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
java.lang.String |
getExceptionCode(int index)
WMS service exception code at the given index. |
int |
getExceptionCount()
Number of exceptions. |
java.lang.String |
getExceptionDescription(int index)
WMS service exception description at the given index. |
void |
parseExceptions(java.lang.String fileOrURL)
Parses the response to the give URL for any WMS error codes and descriptions. |
| Field Detail |
|---|
static final int IIDcfcaca30_440a_488e_815a_86351cd78ecc
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void parseExceptions(java.lang.String fileOrURL)
throws java.io.IOException,
AutomationException
fileOrURL - The fileOrURL (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getExceptionCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getExceptionCode(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getExceptionDescription(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.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 | ||||||||