|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jinterop.dcom.impls.automation.JIExcepInfo
public final class JIExcepInfo
Exposes error code , exception source, exception description and help file path
for an unsuccessful IJIDispatch operation.
| Method Summary | |
|---|---|
int |
getErrorCode()
An error code identifying the error. |
java.lang.String |
getExcepDesc()
A textual, human-readable description of the error intended for the customer. |
java.lang.String |
getExcepSource()
A textual, human-readable name of the source of the exception. |
java.lang.String |
getHelpFilePath()
The fully qualified drive, path, and file name of a Help file that has more information about the error. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getErrorCode()
public java.lang.String getExcepSource()
public java.lang.String getExcepDesc()
null.
public java.lang.String getHelpFilePath()
null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||