Uses of Class
com.MedilaboSolutions.note.dto.ErrorResponse
Packages that use ErrorResponse
-
Uses of ErrorResponse in com.MedilaboSolutions.note.exception
Methods in com.MedilaboSolutions.note.exception that return types with arguments of type ErrorResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<ErrorResponse> GlobalExceptionHandler.handleGeneralException
(Exception ex) org.springframework.http.ResponseEntity
<ErrorResponse> GlobalExceptionHandler.handleIllegalArgumentException
(IllegalArgumentException ex) org.springframework.http.ResponseEntity
<ErrorResponse> GlobalExceptionHandler.handleResourceNotFoundException
(ResourceNotFoundException ex) org.springframework.http.ResponseEntity
<ErrorResponse> GlobalExceptionHandler.handleValidationException
(org.springframework.web.bind.MethodArgumentNotValidException ex)