Uses of Class
cz.zcu.students.cacha.bp_server.error.ApiError
-
Packages that use ApiError Package Description cz.zcu.students.cacha.bp_server.error -
-
Uses of ApiError in cz.zcu.students.cacha.bp_server.error
Methods in cz.zcu.students.cacha.bp_server.error that return ApiError Modifier and Type Method Description ApiError
ValidationErrorsHandler. handleCustomValidationException(ValidationErrorException exception, javax.servlet.http.HttpServletRequest request)
Gets the response for ValidationErrorException custom exceptionApiError
ValidationErrorsHandler. handleException(Exception exception, javax.servlet.http.HttpServletRequest request)
Handles named custom exceptionApiError
ValidationErrorsHandler. handleValidationException(org.springframework.web.bind.MethodArgumentNotValidException exception, javax.servlet.http.HttpServletRequest request)
Gets the response for MethodArgumentNotValidException
-