Uses of Class
nl.datasteel.crudcraft.runtime.exception.BadRequestException
Packages that use BadRequestException
-
Uses of BadRequestException in nl.datasteel.crudcraft.runtime.controller
Methods in nl.datasteel.crudcraft.runtime.controller with parameters of type BadRequestExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<ErrorResponse> CrudCraftExceptionHandler.handleBadRequest
(BadRequestException ex, jakarta.servlet.http.HttpServletRequest req) Handles BadRequestException and returns a 400 Bad Request response.