Class TestCompromisedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.serenitybdd.core.exceptions.TestCompromisedException
All Implemented Interfaces:
Serializable, CausesCompromisedTestFailure
Direct Known Subclasses:
InvalidFeatureFileException, UndefinedEnvironmentVariableException, UnknownEnvironmentException

public class TestCompromisedException extends RuntimeException implements CausesCompromisedTestFailure
See Also:
  • Constructor Details

    • TestCompromisedException

      public TestCompromisedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • TestCompromisedException

      public TestCompromisedException(Throwable cause)
    • TestCompromisedException

      public TestCompromisedException(String message, Throwable cause)
    • TestCompromisedException

      public TestCompromisedException(String message)