Uses of Class
com.nelioalves.cursomc.services.exceptions.ObjectNotFoundException
-
Packages that use ObjectNotFoundException Package Description com.nelioalves.cursomc.resources.exceptions -
-
Uses of ObjectNotFoundException in com.nelioalves.cursomc.resources.exceptions
Methods in com.nelioalves.cursomc.resources.exceptions with parameters of type ObjectNotFoundException Modifier and Type Method Description org.springframework.http.ResponseEntity<StandardError>ResourceExceptionHandler. objectNotFound(ObjectNotFoundException objectNotFoundException, javax.servlet.http.HttpServletRequest httpServletRequest)Método que trata uma ObjectNotFoundException
-