Package org.junit.jupiter.api.extension
Class ScriptEvaluationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.junit.platform.commons.JUnitException
-
- org.junit.jupiter.api.extension.ExtensionConfigurationException
-
- org.junit.jupiter.api.extension.ScriptEvaluationException
-
- All Implemented Interfaces:
java.io.Serializable
@API(status=EXPERIMENTAL, since="5.1") public class ScriptEvaluationException extends ExtensionConfigurationException
Thrown if an error is encountered while evaluating a script-basedExecutionCondition
.- Since:
- 5.1
- See Also:
EnabledIf
,DisabledIf
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ScriptEvaluationException(java.lang.String message)
ScriptEvaluationException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-