Uses of Class
tech.ydb.yoj.databind.expression.IllegalExpressionException
Packages that use IllegalExpressionException
-
Uses of IllegalExpressionException in tech.ydb.yoj.databind.expression
Subclasses of IllegalExpressionException in tech.ydb.yoj.databind.expressionModifier and TypeClassDescriptionstatic classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final class -
Uses of IllegalExpressionException in tech.ydb.yoj.databind.expression.values
Methods in tech.ydb.yoj.databind.expression.values that return IllegalExpressionExceptionModifier and TypeMethodDescriptionFieldValue.ValidationResult.throwUserException(String userFieldPath) Methods in tech.ydb.yoj.databind.expression.values that return types with arguments of type IllegalExpressionExceptionModifier and TypeMethodDescriptionFunction<String,? extends IllegalExpressionException> FieldValue.ValidationResult.userException()Returns the value of theuserExceptionrecord component.Method parameters in tech.ydb.yoj.databind.expression.values with type arguments of type IllegalExpressionExceptionModifier and TypeMethodDescriptionstatic FieldValue.ValidationResultFieldValue.ValidationResult.invalidFieldValue(Function<String, ? extends IllegalExpressionException> userException, Function<String, String> internalError) Methods in tech.ydb.yoj.databind.expression.values that throw IllegalExpressionExceptionModifier and TypeMethodDescriptionFieldValue.ValidationResult.throwUserException(String userFieldPath) Constructor parameters in tech.ydb.yoj.databind.expression.values with type arguments of type IllegalExpressionExceptionModifierConstructorDescriptionValidationResult(boolean valid, Function<String, ? extends IllegalExpressionException> userException, Function<String, String> internalErrorMessage) Creates an instance of aValidationResultrecord class.