Uses of Interface
org.dspace.app.rest.exception.TranslatableException
Packages that use TranslatableException
-
Uses of TranslatableException in org.dspace.app.rest.exception
Classes in org.dspace.app.rest.exception that implement TranslatableExceptionModifier and TypeClassDescriptionclassExtendUnprocessableEntityExceptionto provide a specific error message in the REST response.classExtendUnprocessableEntityExceptionto provide a specific error message in the REST response.classExtendUnprocessableEntityExceptionto provide a specific error message in the REST response.classThis class provides an exception to be used when trying to create an EPerson with password that not match regular expression configured in this variable "authentication-password.regex-validation.pattern" in dspace.cfg or during the patch of password.classExtendUnprocessableEntityExceptionto provide a specific error message in the REST response.classExtendUnprocessableEntityExceptionto provide a specific error message in the REST response.Methods in org.dspace.app.rest.exception with parameters of type TranslatableExceptionModifier and TypeMethodDescriptionprotected voidDSpaceApiExceptionControllerAdvice.handleCustomUnprocessableEntityException(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, TranslatableException ex) Add user-friendly error messages to the response body for selected errors.