atg.scenario.action
Class FailedActionInfo

java.lang.Object
  extended by atg.scenario.action.FailedActionInfo
All Implemented Interfaces:
java.io.Serializable

Deprecated. This class has been deprecated in favour of atg.process.action.FailedActionInfo

public class FailedActionInfo
extends java.lang.Object
implements java.io.Serializable

Contains information about a failed action, pertaining to a single scenario execution context.

See Also:
FailedActionInfo, Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Deprecated. 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

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Deprecated. 
Class version string

Constructor Detail

FailedActionInfo

public FailedActionInfo(ScenarioExecutionContext pContext)
Deprecated. 
Constructs a new FailedActionInfo with the given scenario execution context.


FailedActionInfo

public FailedActionInfo(ScenarioExecutionContext pContext,
                        java.lang.String pErrorMessage)
Deprecated. 
Constructs a new FailedActionInfo with the given scenario execution context and error message.


FailedActionInfo

public FailedActionInfo(ScenarioExecutionContext pContext,
                        java.lang.Throwable pException)
Deprecated. 
Constructs a new FailedActionInfo with the given scenario execution context and exception.

Method Detail

getContext

public ScenarioExecutionContext getContext()
Deprecated. 
Returns the scenario execution context for which the action failed.


getException

public java.lang.Throwable getException()
Deprecated. 
Returns the associated exception, if any.


getErrorMessage

public java.lang.String getErrorMessage()
Deprecated. 
Returns the error message, if any.