Uses of Class
com.karafra.bitchutedl.exceptions.handlers.ApiRuntimeExceptionHandler.JsonErrorResponse
-
Packages that use ApiRuntimeExceptionHandler.JsonErrorResponse Package Description com.karafra.bitchutedl.exceptions.handlers -
-
Uses of ApiRuntimeExceptionHandler.JsonErrorResponse in com.karafra.bitchutedl.exceptions.handlers
Methods in com.karafra.bitchutedl.exceptions.handlers that return types with arguments of type ApiRuntimeExceptionHandler.JsonErrorResponse Modifier and Type Method Description org.springframework.http.ResponseEntity<ApiRuntimeExceptionHandler.JsonErrorResponse>ApiRuntimeExceptionHandler. handleRuntimeException(ApiRuntimeException ex, org.springframework.web.context.request.ServletWebRequest req)Method that handles runtime exceptions.
-