Serializablepublic class COMException extends RuntimeException
| Constructor | Description |
|---|---|
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.
|
| Modifier and Type | Method | Description |
|---|---|---|
IntByReference |
getArgErr() |
Gets the arg err.
|
OaIdl.EXCEPINFO |
getExcepInfo() |
Gets the excep info.
|
int |
getuArgErr() |
|
void |
setuArgErr(int uArgErr) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic COMException()
public COMException(String message, Throwable cause)
message - the messagecause - the causepublic COMException(String message)
message - the messagepublic COMException(String message, OaIdl.EXCEPINFO pExcepInfo, IntByReference puArgErr)
message - the messagepExcepInfo - the excep infopuArgErr - the pu arg errpublic COMException(Throwable cause)
cause - the causepublic OaIdl.EXCEPINFO getExcepInfo()
public IntByReference getArgErr()
public int getuArgErr()
public void setuArgErr(int uArgErr)