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 TypeClassDescriptionclass
This exception is thrown when an allergen cannot be found.class
This exception is thrown when a file with a given attribute and value cannot be found.class
Exception thrown when a fridge's items cannot be found.class
An exception to be thrown when a fridge member is not found.class
Exception thrown when a fridge is not found in the system.class
An exception thrown when an image is not found.class
This exception is thrown when an item is not found in the database.class
This exception is thrown when a notification can not be found.class
This exception is thrown when a Recipe is not found.class
This exception is thrown when a recipe suggestion is not foundclass
An exception thrown when a shopping items is not found.class
The exception thrown when a requested Stat cannot be found in the system.class
An exception to be thrown when a store is not found.class
An exception to be thrown when a token is not found.class
An exception that indicates that a user was not found.