|
||||||||||
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.lang.RuntimeException
com.jniwrapper.JNIWrapperException
com.jniwrapper.win32.com.ComException
com.jniwrapper.win32.automation.AutomationException
public class AutomationException
This exception class is used for indicating errors occurred in the COM object during atomation.
Also it provides additional information ExcepInfo
about COM exception,
which can occur in the IDispatch.invoke(...)
method, called by the Automation
class.
Field Summary |
---|
Fields inherited from class com.jniwrapper.JNIWrapperException |
---|
b, c |
Constructor Summary | |
---|---|
AutomationException(ComException e,
ExcepInfo excepInfo)
|
Method Summary | |
---|---|
ExcepInfo |
getExcepInfo()
Deprecated. use getExceptionInformation() |
ExcepInfo |
getExceptionInformation()
Returns additional information about COM exception, stored in the ExcepInfo structure. |
Methods inherited from class com.jniwrapper.win32.com.ComException |
---|
checkResult, createComException, getErrorInfo, getHResult, getHResultHex |
Methods inherited from class com.jniwrapper.JNIWrapperException |
---|
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AutomationException(ComException e, ExcepInfo excepInfo)
Method Detail |
---|
public ExcepInfo getExcepInfo()
getExceptionInformation()
ExcepInfo
structure.
ExcepInfo
classpublic ExcepInfo getExceptionInformation()
ExcepInfo
structure.
ExcepInfo
class containingn detailed description of the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |