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
-
@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
-
-
Constructor Summary
Constructors Constructor Description ScriptEvaluationException(java.lang.String message)
ScriptEvaluationException(java.lang.String message, java.lang.Throwable cause)
-