Uses of Class
dev.cel.common.CelErrorCode
-
Packages that use CelErrorCode Package Description dev.cel.common dev.cel.runtime -
-
Uses of CelErrorCode in dev.cel.common
Methods in dev.cel.common that return CelErrorCode Modifier and Type Method Description CelErrorCodeCelException. getErrorCode()CelErrorCodeCelRuntimeException. getErrorCode()static CelErrorCodeCelErrorCode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CelErrorCode[]CelErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in dev.cel.common with parameters of type CelErrorCode Constructor Description CelException(java.lang.String message, java.lang.Throwable cause, CelErrorCode errorCode)CelRuntimeException(java.lang.Throwable cause, CelErrorCode errorCode) -
Uses of CelErrorCode in dev.cel.runtime
Methods in dev.cel.runtime that return CelErrorCode Modifier and Type Method Description CelErrorCodeInterpreterException. getErrorCode()Methods in dev.cel.runtime with parameters of type CelErrorCode Modifier and Type Method Description InterpreterException.BuilderInterpreterException.Builder. setErrorCode(CelErrorCode errorCode)
-