Package dev.cel.runtime
Class CelEvaluationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- dev.cel.common.CelException
-
- dev.cel.runtime.CelEvaluationException
-
- All Implemented Interfaces:
java.io.Serializable
public final class CelEvaluationException extends CelException
CelEvaluationException encapsulates the potential issues which could arise during the configuration or evaluation of an expressionProgram
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CelEvaluationException(java.lang.String message)
CelEvaluationException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class dev.cel.common.CelException
getErrorCode
-
-