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:
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
-
-
Constructor Summary
Constructors Constructor Description ScriptEvaluationException(String message)
ScriptEvaluationException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-