| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.scenario.action.FailedActionInfo
public class FailedActionInfo
Contains information about a failed action, pertaining to a single scenario execution context.
FailedActionInfo, 
Serialized Form| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONDeprecated. Class version string | 
| Constructor Summary | |
|---|---|
| FailedActionInfo(ScenarioExecutionContext pContext)Deprecated. Constructs a new FailedActionInfo with the given scenario execution context. | |
| FailedActionInfo(ScenarioExecutionContext pContext,
                 java.lang.String pErrorMessage)Deprecated. Constructs a new FailedActionInfo with the given scenario execution context and error message. | |
| FailedActionInfo(ScenarioExecutionContext pContext,
                 java.lang.Throwable pException)Deprecated. Constructs a new FailedActionInfo with the given scenario execution context and exception. | |
| Method Summary | |
|---|---|
|  ScenarioExecutionContext | getContext()Deprecated. Returns the scenario execution context for which the action failed. | 
|  java.lang.String | getErrorMessage()Deprecated. Returns the error message, if any. | 
|  java.lang.Throwable | getException()Deprecated. 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(ScenarioExecutionContext pContext)
public FailedActionInfo(ScenarioExecutionContext pContext,
                        java.lang.String pErrorMessage)
public FailedActionInfo(ScenarioExecutionContext pContext,
                        java.lang.Throwable pException)
| Method Detail | 
|---|
public ScenarioExecutionContext 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 | ||||||||