com.ibm.team.fvt.tests.scenario.errors
Class BrowserError

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

public class BrowserError
extends ScenarioFailedError

Class to manage browser errors.

See Also:
Serialized Form

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

BrowserError

public BrowserError()

BrowserError

public BrowserError(java.lang.String message)

BrowserError

public BrowserError(java.lang.Throwable ex)