com.esri.arcgis.gisclient
Interface IWMSServiceExceptionHandler

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IWMSServiceExceptionHandlerProxy, WMSServiceExceptionHandler

public interface IWMSServiceExceptionHandler
extends java.io.Serializable

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

IIDcfcaca30_440a_488e_815a_86351cd78ecc

static final int IIDcfcaca30_440a_488e_815a_86351cd78ecc
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

parseExceptions

void parseExceptions(java.lang.String fileOrURL)
                     throws java.io.IOException,
                            AutomationException
Parses the response to the give URL for any WMS error codes and descriptions.

Parameters:
fileOrURL - The fileOrURL (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExceptionCount

int getExceptionCount()
                      throws java.io.IOException,
                             AutomationException
Number of exceptions.

Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExceptionCode

java.lang.String getExceptionCode(int index)
                                  throws java.io.IOException,
                                         AutomationException
WMS service exception code at the given index.

Parameters:
index - The index (in)
Returns:
The wmsErrorCode
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExceptionDescription

java.lang.String getExceptionDescription(int index)
                                         throws java.io.IOException,
                                                AutomationException
WMS service exception description at the given index.

Parameters:
index - The index (in)
Returns:
The wmsErrorDescription
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.