com.ibm.team.fvt.tests.scenario
Class ScenarioFailedError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.AssertionError
              extended by junit.framework.AssertionFailedError
                  extended by com.ibm.team.fvt.tests.scenario.ScenarioFailedError
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
WaitElementTimeoutError

public class ScenarioFailedError
extends junit.framework.AssertionFailedError

Manage scenario failure.

Nothing special is done, this class has just been created to let users identify this framework specific error and catch it if necessary.

Design: To be finalized

See Also:
Serialized Form

Constructor Summary
ScenarioFailedError()
           
ScenarioFailedError(java.lang.String message)
           
ScenarioFailedError(java.lang.Throwable ex)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScenarioFailedError

public ScenarioFailedError()

ScenarioFailedError

public ScenarioFailedError(java.lang.String message)

ScenarioFailedError

public ScenarioFailedError(java.lang.Throwable ex)