com.github.markusbernhardt.selenium2library
Class Selenium2LibraryFatalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.github.markusbernhardt.selenium2library.Selenium2LibraryFatalException
All Implemented Interfaces:
Serializable

public class Selenium2LibraryFatalException
extends RuntimeException

A raised exception of this type ends all test executions.

See Also:
Serialized Form

Field Summary
static boolean ROBOT_EXIT_ON_FAILURE
          Mark this exception as fatal
 
Constructor Summary
Selenium2LibraryFatalException()
           
Selenium2LibraryFatalException(String string)
           
Selenium2LibraryFatalException(String string, Throwable t)
           
Selenium2LibraryFatalException(Throwable t)
           
 
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
 

Field Detail

ROBOT_EXIT_ON_FAILURE

public static final boolean ROBOT_EXIT_ON_FAILURE
Mark this exception as fatal

See Also:
Constant Field Values
Constructor Detail

Selenium2LibraryFatalException

public Selenium2LibraryFatalException()

Selenium2LibraryFatalException

public Selenium2LibraryFatalException(String string)

Selenium2LibraryFatalException

public Selenium2LibraryFatalException(Throwable t)

Selenium2LibraryFatalException

public Selenium2LibraryFatalException(String string,
                                      Throwable t)


Copyright © 2013. All Rights Reserved.