Uses of Class
xyz.juandiii.commons.exception.ErrorValidationException
-
Packages that use ErrorValidationException Package Description xyz.juandiii.commons.exception xyz.juandiii.commons.exception.mapper -
-
Uses of ErrorValidationException in xyz.juandiii.commons.exception
Methods in xyz.juandiii.commons.exception that return ErrorValidationException Modifier and Type Method Description ErrorValidationExceptionErrorValidationException. setErrors(List<String> errors) -
Uses of ErrorValidationException in xyz.juandiii.commons.exception.mapper
Methods in xyz.juandiii.commons.exception.mapper with parameters of type ErrorValidationException Modifier and Type Method Description static javax.json.JsonObjectErrorValidationExceptionMapper. errorResponse(ErrorValidationException errorValidationException)javax.ws.rs.core.ResponseErrorValidationExceptionMapper. toResponse(ErrorValidationException exception)
-