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

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
                      extended by com.ibm.team.fvt.tests.scenario.WaitElementTimeoutError
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MultipleVisibleElementsError

public class WaitElementTimeoutError
extends ScenarioFailedError

See Also:
Serialized Form

Constructor Summary
WaitElementTimeoutError()
           
WaitElementTimeoutError(java.lang.String message)
           
WaitElementTimeoutError(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

WaitElementTimeoutError

public WaitElementTimeoutError()

WaitElementTimeoutError

public WaitElementTimeoutError(java.lang.String message)

WaitElementTimeoutError

public WaitElementTimeoutError(java.lang.Throwable ex)