br.eti.kinoshita.selenium.util
Class SeleniumWebTestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by br.eti.kinoshita.selenium.util.SeleniumWebTestException
All Implemented Interfaces:
Serializable

public class SeleniumWebTestException
extends RuntimeException

This is the only exception threw by this API.

Since:
0.1
Author:
Bruno P. Kinoshita - http://www.kinoshita.eti.br
See Also:
Serialized Form

Constructor Summary
SeleniumWebTestException()
           
SeleniumWebTestException(String message)
           
SeleniumWebTestException(String message, Throwable cause)
           
SeleniumWebTestException(Throwable cause)
           
 
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

SeleniumWebTestException

public SeleniumWebTestException()

SeleniumWebTestException

public SeleniumWebTestException(String message,
                                Throwable cause)

SeleniumWebTestException

public SeleniumWebTestException(String message)

SeleniumWebTestException

public SeleniumWebTestException(Throwable cause)


Copyright © 2010-2011. All Rights Reserved.