com.thoughtworks.selenium
Class SeleniumException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.thoughtworks.selenium.SeleniumException
All Implemented Interfaces:
Serializable

public class SeleniumException
extends RuntimeException

Thrown when a Selenium command fails.

Version:
$Revision: 16901 $
Author:
Aslak Hellesøy
See Also:
Serialized Form

Constructor Summary
SeleniumException(Exception e)
           
SeleniumException(String message)
           
SeleniumException(String message, Exception e)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SeleniumException

public SeleniumException(String message)

SeleniumException

public SeleniumException(Exception e)

SeleniumException

public SeleniumException(String message,
                         Exception e)


Copyright © 2012. All Rights Reserved.