|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
com.esri.arcgis.interop.AutomationException
The AutomationException class represents an Exception returned from a remote COM Component.
| Constructor Summary | |
AutomationException(long code,
java.lang.String source,
java.lang.String description)
Constructs an automation exception |
|
AutomationException(java.lang.Throwable e)
|
|
| Method Summary | |
long |
getCode()
Returns the error code of the exception |
java.lang.String |
getDescription()
Returns the description of the exception |
java.lang.String |
getSource()
Returns the source of the exception |
static void |
setExceptionInterceptor(ExceptionInterceptor exceptionInterceptor)
|
java.lang.String |
toString()
Returns this exception as a string |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AutomationException(long code,
java.lang.String source,
java.lang.String description)
code - the error code.source - the error source.description - the error description.public AutomationException(java.lang.Throwable e)
| Method Detail |
public java.lang.String getSource()
public java.lang.String getDescription()
public long getCode()
public java.lang.String toString()
public static void setExceptionInterceptor(ExceptionInterceptor exceptionInterceptor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||