|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.gisclient.WCSServiceExceptionHandler
public class WCSServiceExceptionHandler
WCS Service Exception Handler.
This object is new at ArcGIS 9.3.
Constructor Summary | |
---|---|
WCSServiceExceptionHandler()
Constructs a WCSServiceExceptionHandler using ArcGIS Engine. |
|
WCSServiceExceptionHandler(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. WCSServiceExceptionHandler theWCSServiceExceptionHandler = (WCSServiceExceptionHandler) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
String |
getExceptionCode(int index)
WCS service exception code at the given index. |
int |
getExceptionCount()
Number of exceptions. |
String |
getExceptionDescription(int index)
WCS 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 WCS 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 WCSServiceExceptionHandler() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic WCSServiceExceptionHandler(Object obj) throws IOException
WCSServiceExceptionHandler theWCSServiceExceptionHandler = (WCSServiceExceptionHandler) obj;
obj
to WCSServiceExceptionHandler
.
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 IWCSServiceExceptionHandler
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 IWCSServiceExceptionHandler
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 IWCSServiceExceptionHandler
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 IWCSServiceExceptionHandler
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 |