org.jinterop.dcom.impls.automation
Class JIExcepInfo

java.lang.Object
  extended by org.jinterop.dcom.impls.automation.JIExcepInfo

public final class JIExcepInfo
extends java.lang.Object

Exposes error code , exception source, exception description and help file path for an unsuccessful IJIDispatch operation.

Since:
2.0

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

getErrorCode

public int getErrorCode()
An error code identifying the error.

Returns:

getExcepSource

public java.lang.String getExcepSource()
A textual, human-readable name of the source of the exception. Typically, this is an application name.

Returns:

getExcepDesc

public java.lang.String getExcepDesc()
A textual, human-readable description of the error intended for the customer. If no description is available it returns null.

Returns:

getHelpFilePath

public java.lang.String getHelpFilePath()
The fully qualified drive, path, and file name of a Help file that has more information about the error. If no Help is available it returns null.

Returns: