Class ConditionEvaluationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.spockframework.runtime.SpockException
-
- ru.vyarus.spock.jupiter.engine.execution.ConditionEvaluationException
-
- All Implemented Interfaces:
java.io.Serializable
public class ConditionEvaluationException extends org.spockframework.runtime.SpockExceptionThrown if an error is encountered while evaluating anExecutionCondition.Copy of
org.junit.jupiter.engine.execution.ConditionEvaluationException.- Since:
- 27.12.2021
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConditionEvaluationException(java.lang.String message, java.lang.Throwable cause)
-