|
JNA API> 4.0.0 | ||||||||
| 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.sun.jna.platform.win32.COM.COMException
public class COMException
Exception class for all COM related classes.
| Constructor Summary | |
|---|---|
COMException()
Instantiates a new automation exception. |
|
COMException(String message)
Instantiates a new automation exception. |
|
COMException(String message,
OaIdl.EXCEPINFO pExcepInfo,
IntByReference puArgErr)
Instantiates a new automation exception. |
|
COMException(String message,
Throwable cause)
Instantiates a new automation exception. |
|
COMException(Throwable cause)
Instantiates a new automation exception. |
|
| Method Summary | |
|---|---|
IntByReference |
getArgErr()
Gets the arg err. |
OaIdl.EXCEPINFO |
getExcepInfo()
Gets the excep info. |
| 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 COMException()
public COMException(String message,
Throwable cause)
message - the messagecause - the causepublic COMException(String message)
message - the message
public COMException(String message,
OaIdl.EXCEPINFO pExcepInfo,
IntByReference puArgErr)
message - the messagepExcepInfo - the excep infopuArgErr - the pu arg errpublic COMException(Throwable cause)
cause - the cause| Method Detail |
|---|
public OaIdl.EXCEPINFO getExcepInfo()
public IntByReference getArgErr()
|
JNA API> 4.0.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||