com.github.markusbernhardt.selenium2library
Class Selenium2LibraryNonFatalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

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

See Also:
Constant Field Values
Constructor Detail

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.