Uses of Class
com.nelioalves.cursomc.resources.exceptions.StandardError
-
Packages that use StandardError Package Description com.nelioalves.cursomc.resources.exceptions -
-
Uses of StandardError in com.nelioalves.cursomc.resources.exceptions
Subclasses of StandardError in com.nelioalves.cursomc.resources.exceptions Modifier and Type Class Description classValidationErrorClasse que representa um erro de validação, que possuí uma lista de errosMethods in com.nelioalves.cursomc.resources.exceptions that return types with arguments of type StandardError Modifier and Type Method Description org.springframework.http.ResponseEntity<StandardError>ResourceExceptionHandler. authotizarion(AuthorizationException authorizationException, javax.servlet.http.HttpServletRequest httpServletRequest)Método que trata uma AuthorizationExceptionorg.springframework.http.ResponseEntity<StandardError>ResourceExceptionHandler. dataIntegrity(DataIntegrityException dataIntegrityException, javax.servlet.http.HttpServletRequest httpServletRequest)Método que trata uma DataIntegrityExceptionorg.springframework.http.ResponseEntity<StandardError>ResourceExceptionHandler. objectNotFound(ObjectNotFoundException objectNotFoundException, javax.servlet.http.HttpServletRequest httpServletRequest)Método que trata uma ObjectNotFoundException
-