com.thoughtworks.selenium
Class SeleniumException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.thoughtworks.selenium.SeleniumException
All Implemented Interfaces:
java.io.Serializable

public class SeleniumException
extends java.lang.RuntimeException

Thrown when a Selenium command fails.

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

Constructor Summary
SeleniumException(java.lang.Exception e)
           
SeleniumException(java.lang.String message)
           
SeleniumException(java.lang.String message, java.lang.Exception e)
           
 
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(java.lang.String message)

SeleniumException

public SeleniumException(java.lang.Exception e)

SeleniumException

public SeleniumException(java.lang.String message,
                         java.lang.Exception e)


Copyright © 2006 null. All Rights Reserved.