Uses of Class
org.dspace.app.rest.exception.UnprocessableEntityException
Packages that use UnprocessableEntityException
Package
Description
-
Uses of UnprocessableEntityException in org.dspace.app.rest.exception
Subclasses of UnprocessableEntityException in org.dspace.app.rest.exceptionModifier 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.classThrown to indicate that a mandatory Item Request attribute was not provided.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. -
Uses of UnprocessableEntityException in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that throw UnprocessableEntityExceptionModifier and TypeMethodDescriptionDSpaceRestRepository.patch(javax.servlet.http.HttpServletRequest request, String apiCategory, String model, ID id, Patch patch) Apply a partial update to the REST object via JSON Patchprotected voidDSpaceObjectRestRepository.patchDSpaceObject(String apiCategory, String model, UUID id, Patch patch) Updates the DSpaceObject according to the given Patch. -
Uses of UnprocessableEntityException in org.dspace.app.rest.repository.patch.operation
Methods in org.dspace.app.rest.repository.patch.operation that throw UnprocessableEntityExceptionModifier and TypeMethodDescriptionprotected MetadataFieldDSpaceObjectMetadataPatchUtils.getMetadataField(Context context, Operation operation) Retrieves metadataField based on the metadata element found in the operation