|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.gisclient.WMSServiceExceptionHandler
public class WMSServiceExceptionHandler
WMS Service Exception Handler.
Constructor Summary | |
---|---|
WMSServiceExceptionHandler()
Constructs a WMSServiceExceptionHandler using ArcGIS Engine. |
|
WMSServiceExceptionHandler(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. WMSServiceExceptionHandler theWMSServiceExceptionHandler = (WMSServiceExceptionHandler) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
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. |
int |
hashCode()
the hashcode for this object |
void |
parseExceptions(String fileOrURL)
Parses the response to the give URL for any WMS error codes and descriptions. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public WMSServiceExceptionHandler() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic WMSServiceExceptionHandler(Object obj) throws IOException
WMSServiceExceptionHandler theWMSServiceExceptionHandler = (WMSServiceExceptionHandler) obj;
obj
to WMSServiceExceptionHandler
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void parseExceptions(String fileOrURL) throws IOException, AutomationException
parseExceptions
in interface IWMSServiceExceptionHandler
fileOrURL
- The fileOrURL (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getExceptionCount() throws IOException, AutomationException
getExceptionCount
in interface IWMSServiceExceptionHandler
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getExceptionCode(int index) throws IOException, AutomationException
getExceptionCode
in interface IWMSServiceExceptionHandler
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getExceptionDescription(int index) throws IOException, AutomationException
getExceptionDescription
in interface IWMSServiceExceptionHandler
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 |