Package net.serenitybdd.core.exceptions
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 Summary
ConstructorsConstructorDescriptionTestCompromisedException(String message) TestCompromisedException(String message, Throwable cause) TestCompromisedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TestCompromisedException
-
TestCompromisedException
-
TestCompromisedException
-
TestCompromisedException
-