com.esri.arcgis.gisclient
Interface IWCSServiceExceptionHandler

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IWCSServiceExceptionHandlerProxy, WCSServiceExceptionHandler

public interface IWCSServiceExceptionHandler
extends java.io.Serializable

COM Interface 'IWCSServiceExceptionHandler'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGISClient.olb'

Description: 'Provides access to members that provide WCS 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 IIDad2e4de6_cc7e_41e1_911f_5343cd27f227
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getExceptionCode(int index)
          WCS service exception code at the given index.
 int getExceptionCount()
          Number of exceptions.
 java.lang.String getExceptionDescription(int index)
          WCS service exception description at the given index.
 void parseExceptions(java.lang.String fileOrURL)
          Parses the response to the give URL for any WCS error codes and descriptions.
 

Field Detail

IIDad2e4de6_cc7e_41e1_911f_5343cd27f227

static final int IIDad2e4de6_cc7e_41e1_911f_5343cd27f227
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 WCS 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
WCS service exception code at the given index.

Parameters:
index - The index (in)
Returns:
The wcsErrorCode
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
WCS service exception description at the given index.

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