Uses of Class
org.hglteam.validation.ValidationException
-
-
Uses of ValidationException in org.hglteam.validation
Methods in org.hglteam.validation that return types with arguments of type ValidationException Modifier and Type Method Description static <TX> Function<TX,ValidationException>ValidationException. withMessage(String message, Object... args)Method parameters in org.hglteam.validation with type arguments of type ValidationException Modifier and Type Method Description BMultistepValidationBuilderBase.ValidationStepBuilder. then(Function<T,ValidationException> exceptionFunction)
-