Package dev.cel.runtime
Class InterpreterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- dev.cel.runtime.InterpreterException
-
- All Implemented Interfaces:
java.io.Serializable
@Internal public class InterpreterException extends java.lang.Exception
An exception produced during interpretation of expressions.TODO: Remove in favor of creating exception types that corresponds to the error code.
CEL Library Internals. Do Not Use.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInterpreterException.BuilderBuilder for InterpreterException.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CelErrorCodegetErrorCode()
-
-
-
Method Detail
-
getErrorCode
public CelErrorCode getErrorCode()
-
-