public class FailedActionInfo
extends java.lang.Object
implements java.io.Serializable
FailedActionInfo, 
Serialized Form| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Deprecated.  
Class version string 
 | 
| Constructor and Description | 
|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
public static java.lang.String CLASS_VERSION
public FailedActionInfo(ScenarioExecutionContext pContext)
public FailedActionInfo(ScenarioExecutionContext pContext, java.lang.String pErrorMessage)
public FailedActionInfo(ScenarioExecutionContext pContext, java.lang.Throwable pException)
public ScenarioExecutionContext getContext()
public java.lang.Throwable getException()
public java.lang.String getErrorMessage()