Uses of Class
nl.datasteel.crudcraft.runtime.exception.NotImplementedException
Packages that use NotImplementedException
-
Uses of NotImplementedException in nl.datasteel.crudcraft.runtime.controller
Methods in nl.datasteel.crudcraft.runtime.controller with parameters of type NotImplementedExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<ErrorResponse> CrudCraftExceptionHandler.handleNotImplemented
(NotImplementedException ex, jakarta.servlet.http.HttpServletRequest req) Handles NotImplementedException and returns a 501 Not Implemented response.