Uses of Class
io.appform.hope.core.exceptions.HopeException
-
Packages that use HopeException Package Description io.appform.hope.core.exceptions.impl -
-
Uses of HopeException in io.appform.hope.core.exceptions.impl
Subclasses of HopeException in io.appform.hope.core.exceptions.impl Modifier and Type Class Description classHopeExpressionParserErrorThis exception is faced during expression parsing phase.classHopeIllegalEvaluationErrorThis exception is thrown in case of hope lang evaluation bug.classHopeMissingValueErrorThis error is thrown when value is missing in provided json for a path present in expression.classHopeParameterValidationFailureErrorThis error is thrown when a evaluation of some function parameter does not meet expectations.classHopeTypeMismatchErrorThis exception is thrown in case there is an error in type validation in provided json.
-