com.github.markusbernhardt.selenium2library
Class Selenium2LibraryNonFatalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.markusbernhardt.selenium2library.Selenium2LibraryNonFatalException
- All Implemented Interfaces:
- Serializable
public class Selenium2LibraryNonFatalException
- extends RuntimeException
A raised exception of this type marks the step as failed, but does not end
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 non fatal
- See Also:
- Constant Field Values
Selenium2LibraryNonFatalException
public Selenium2LibraryNonFatalException()
Selenium2LibraryNonFatalException
public Selenium2LibraryNonFatalException(String string)
Selenium2LibraryNonFatalException
public Selenium2LibraryNonFatalException(Throwable t)
Selenium2LibraryNonFatalException
public Selenium2LibraryNonFatalException(String string,
Throwable t)
Copyright © 2013. All Rights Reserved.