Uses of Class
dev.cel.runtime.InterpreterException.Builder
-
Packages that use InterpreterException.Builder Package Description dev.cel.runtime -
-
Uses of InterpreterException.Builder in dev.cel.runtime
Methods in dev.cel.runtime that return InterpreterException.Builder Modifier and Type Method Description InterpreterException.BuilderInterpreterException.Builder. setCause(java.lang.Throwable cause)InterpreterException.BuilderInterpreterException.Builder. setErrorCode(CelErrorCode errorCode)InterpreterException.BuilderInterpreterException.Builder. setLocation(@Nullable Metadata metadata, long exprId)
-