Class ScriptEvaluationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.validation.ValidationException
-
- org.hibernate.validator.spi.scripting.ScriptEvaluationException
-
- All Implemented Interfaces:
Serializable
@Incubating public class ScriptEvaluationException extends ValidationException
Exception raised when an error occurs during the evaluation of a script.- Since:
- 6.0.3
- Author:
- Marko Bekhta
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScriptEvaluationException()ScriptEvaluationException(String message)ScriptEvaluationException(String message, Throwable cause)ScriptEvaluationException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-