Uses of Class
edu.ntnu.idatt2106_2023_06.backend.exception.illegal.IllegalStatValueException
Packages that use IllegalStatValueException
-
Uses of IllegalStatValueException in edu.ntnu.idatt2106_2023_06.backend.exception
Methods in edu.ntnu.idatt2106_2023_06.backend.exception with parameters of type IllegalStatValueExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
ControllerAdvisor.illegalStatValueExceptionAction
(IllegalStatValueException e, org.springframework.web.context.request.WebRequest webRequest) This method handles ServletExceptions in the application and returns a response with a 500 Internal Server Error status code.