public class AutomationException
extends java.io.IOException
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
AutomationException(long code,
java.lang.String source,
java.lang.String description)
Constructs an automation exception
|
AutomationException(java.lang.Throwable e) |
Modifier and Type | Method and Description |
---|---|
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(com.esri.arcgis.interop.ExceptionInterceptor exceptionInterceptor) |
java.lang.String |
toString()
Returns this exception as a string
|
public static final long serialVersionUID
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)
public java.lang.String getSource()
public java.lang.String getDescription()
public long getCode()
public java.lang.String toString()
toString
in class java.lang.Throwable
public static void setExceptionInterceptor(com.esri.arcgis.interop.ExceptionInterceptor exceptionInterceptor)