| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.process.action.FailedActionInfo
public class FailedActionInfo
Contains information about a failed action, pertaining to a single process execution context.
ActionException, 
Serialized Form| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor Summary | |
|---|---|
| FailedActionInfo(ProcessExecutionContext pContext)Constructs a new FailedActionInfo with the given process execution context. | |
| FailedActionInfo(ProcessExecutionContext pContext,
                 java.lang.String pErrorMessage)Constructs a new FailedActionInfo with the given process execution context and error message. | |
| FailedActionInfo(ProcessExecutionContext pContext,
                 java.lang.Throwable pException)Constructs a new FailedActionInfo with the given process execution context and exception. | |
| Method Summary | |
|---|---|
|  ProcessExecutionContext | getContext()Returns the process execution context for which the action failed. | 
|  java.lang.String | getErrorMessage()Returns the error message, if any. | 
|  java.lang.Throwable | getException()Returns the associated exception, if any. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public FailedActionInfo(ProcessExecutionContext pContext)
public FailedActionInfo(ProcessExecutionContext pContext,
                        java.lang.String pErrorMessage)
public FailedActionInfo(ProcessExecutionContext pContext,
                        java.lang.Throwable pException)
| Method Detail | 
|---|
public ProcessExecutionContext getContext()
public java.lang.Throwable getException()
public java.lang.String getErrorMessage()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||