|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.danet.an.workflow.spis.aii.ExceptionMappingProvider.ExceptionMapping
Define a single exception mapping.
| Constructor Summary | |
ExceptionMappingProvider.ExceptionMapping(java.lang.Class javaException)
Create a new mapping. |
|
ExceptionMappingProvider.ExceptionMapping(java.lang.Class javaException,
java.lang.String processException)
Create a new mapping. |
|
ExceptionMappingProvider.ExceptionMapping(java.lang.Class javaException,
java.lang.String processException,
boolean suspend)
Create a new mapping. |
|
| Method Summary | |
java.lang.Class |
getJavaException()
Get the value of javaException. |
java.lang.String |
getProcessException()
Get the value of processException. |
boolean |
getSuspendActivity()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ExceptionMappingProvider.ExceptionMapping(java.lang.Class javaException,
java.lang.String processException)
CannotExecuteException with a Java exception of the
given class (or derived from the given class) as cause, then this
Java exception is mapped to the given process exception.
javaException - the Java exceptionprocessException - the process exception
public ExceptionMappingProvider.ExceptionMapping(java.lang.Class javaException,
java.lang.String processException,
boolean suspend)
CannotExecuteException with a Java exception of the
given class (or derived from the given class) as cause, then the
invoking activity is suspended.
javaException - the Java exceptionprocessException - the process exceptionsuspend - if true the invoking activity is suspendedpublic ExceptionMappingProvider.ExceptionMapping(java.lang.Class javaException)
CannotExecuteException with a Java exception of the
given class (or derived from the given class) as cause, then the
invoking activity is suspended.
javaException - the Java exception| Method Detail |
public java.lang.Class getJavaException()
public java.lang.String getProcessException()
public boolean getSuspendActivity()
true if the invoking activity is to be
suspended in response to the exception.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||