Uses of Class
edu.ntnu.idatt2106_2023_06.backend.exception.not_found.NotFoundException
Packages that use NotFoundException
Package
Description
-
Uses of NotFoundException in edu.ntnu.idatt2106_2023_06.backend.exception
Methods in edu.ntnu.idatt2106_2023_06.backend.exception with parameters of type NotFoundExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>ControllerAdvisor.notFoundAction(NotFoundException e, org.springframework.web.context.request.WebRequest webRequest) This method handles NotFoundException by returning an HTTP response entity with a body containing the time of the error and the message to be returned to the client with a status code of 404. -
Uses of NotFoundException in edu.ntnu.idatt2106_2023_06.backend.exception.not_found
Subclasses of NotFoundException in edu.ntnu.idatt2106_2023_06.backend.exception.not_foundModifier and TypeClassDescriptionclassThis exception is thrown when an allergen cannot be found.classThis exception is thrown when a file with a given attribute and value cannot be found.classException thrown when a fridge's items cannot be found.classAn exception to be thrown when a fridge member is not found.classException thrown when a fridge is not found in the system.classAn exception thrown when an image is not found.classThis exception is thrown when an item is not found in the database.classThis exception is thrown when a notification can not be found.classThis exception is thrown when a Recipe is not found.classThis exception is thrown when a recipe suggestion is not foundclassAn exception thrown when a shopping items is not found.classThe exception thrown when a requested Stat cannot be found in the system.classAn exception to be thrown when a store is not found.classAn exception to be thrown when a token is not found.classAn exception that indicates that a user was not found.