net.thucydides.core.webdriver
Class UnsupportedDriverException

Package class diagram package UnsupportedDriverException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.thucydides.core.webdriver.UnsupportedDriverException
All Implemented Interfaces:
Serializable

public class UnsupportedDriverException
extends RuntimeException

Thrown when the test runner tries to use an unsupported WebDriver driver. This is checked when the test runner is first set up, so if it occurs during a test run, something very unexpected has happened.

Author:
johnsmart
See Also:
Serialized Form

Constructor Summary
UnsupportedDriverException(String message)
           
UnsupportedDriverException(String message, Throwable cause)
          Give some details about this very rare error.
 
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

UnsupportedDriverException

public UnsupportedDriverException(String message)

UnsupportedDriverException

public UnsupportedDriverException(String message,
                                  Throwable cause)
Give some details about this very rare error.



Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.