com.github.markusbernhardt.selenium2library
Class Selenium2LibraryFatalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ROBOT_EXIT_ON_FAILURE
public static final boolean ROBOT_EXIT_ON_FAILURE
- Mark this exception as fatal
- See Also:
- Constant Field Values
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.