Uses of Interface
org.dspace.app.rest.exception.TranslatableException
-
Packages that use TranslatableException Package Description org.dspace.app.rest.exception -
-
Uses of TranslatableException in org.dspace.app.rest.exception
Classes in org.dspace.app.rest.exception that implement TranslatableException Modifier and Type Class Description classEPersonNameNotProvidedExceptionExtendUnprocessableEntityExceptionto provide a specific error message in the REST response.classGroupNameNotProvidedExceptionExtendUnprocessableEntityExceptionto provide a specific error message in the REST response.classRESTEmptyWorkflowGroupExceptionExtendUnprocessableEntityExceptionto provide a specific error message in the REST response.Methods in org.dspace.app.rest.exception with parameters of type TranslatableException Modifier and Type Method Description protected voidDSpaceApiExceptionControllerAdvice. handleCustomUnprocessableEntityException(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, TranslatableException ex)Add user-friendly error messages to the response body for selected errors.
-