Uses of Class
dev.cel.common.CelException
-
Packages that use CelException Package Description dev.cel.common dev.cel.runtime -
-
Uses of CelException in dev.cel.common
Subclasses of CelException in dev.cel.common Modifier and Type Class Description classCelValidationExceptionBase class for all checked exceptions explicitly thrown by the library during parsing. -
Uses of CelException in dev.cel.runtime
Subclasses of CelException in dev.cel.runtime Modifier and Type Class Description classCelEvaluationExceptionCelEvaluationException encapsulates the potential issues which could arise during the configuration or evaluation of an expressionProgram.
-