|
|||||||||||
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
org.isis.jaut.InvokeException
A runtime exception thrown by an Automation application.
Field Summary | |
protected java.lang.String |
description
A textual, human-readable description of the error intended for the customer. |
protected int |
errorCode
An error code identifying the error. |
protected java.lang.String |
source
A textual, human-readable name of the source of the the exception. |
Constructor Summary | |
InvokeException(int errorCode,
java.lang.String source,
java.lang.String description)
Creates an exception that occured during Dispatch.invoke(int, int, org.isis.jaut.Variant[], int[], org.isis.jaut.Variant) . |
Method Summary | |
java.lang.String |
getMessage()
Returns the detailed message string for this exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected int errorCode
protected java.lang.String source
protected java.lang.String description
Constructor Detail |
public InvokeException(int errorCode, java.lang.String source, java.lang.String description)
Dispatch.invoke(int, int, org.isis.jaut.Variant[], int[], org.isis.jaut.Variant)
.
The fields of this object correspond to the fields of the EXCEPINFO
Automation structure.
errorCode
- an error code identifying the error.source
- the source of the exception.description
- the description of the error.Method Detail |
public java.lang.String getMessage()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |