Class ConditionEvaluationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.junit.platform.commons.JUnitException
-
- org.junit.jupiter.engine.execution.ConditionEvaluationException
-
- All Implemented Interfaces:
java.io.Serializable
class ConditionEvaluationException extends org.junit.platform.commons.JUnitException
Thrown if an error is encountered while evaluating anExecutionCondition
.- Since:
- 5.0
- See Also:
ConditionEvaluator
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ConditionEvaluationException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-