| 
|||||||||
| 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
public class AutomationException
The AutomationException class represents an Exception returned from a remote COM Component.
| Field Summary | |
|---|---|
static long | 
serialVersionUID
 | 
| Constructor Summary | |
|---|---|
AutomationException(long code,
                    String source,
                    String description)
Constructs an automation exception  | 
|
AutomationException(Throwable e)
 | 
|
| Method Summary | |
|---|---|
 long | 
getCode()
Returns the error code of the exception  | 
 String | 
getDescription()
Returns the description of the exception  | 
 String | 
getSource()
Returns the source of the exception  | 
static void | 
setExceptionInterceptor(com.esri.arcgis.interop.ExceptionInterceptor exceptionInterceptor)
 | 
 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 | 
| Field Detail | 
|---|
public static final long serialVersionUID
| Constructor Detail | 
|---|
public AutomationException(long code,
                           String source,
                           String description)
code - the error code.source - the error source.description - the error description.public AutomationException(Throwable e)
| Method Detail | 
|---|
public String getSource()
public String getDescription()
public long getCode()
public String toString()
toString in class Throwablepublic static void setExceptionInterceptor(com.esri.arcgis.interop.ExceptionInterceptor exceptionInterceptor)
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||