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

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

public class MultipleVisibleElementsError
extends WaitElementTimeoutError

See Also:
Serialized Form

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

MultipleVisibleElementsError

public MultipleVisibleElementsError()

MultipleVisibleElementsError

public MultipleVisibleElementsError(java.lang.String message)

MultipleVisibleElementsError

public MultipleVisibleElementsError(java.lang.Throwable ex)