- handle(ServletWebRequest, ResponseEntity<ResponseEntity>) - 类 中的方法in.clouthink.daas.we.DefaultErrorResponseHandler
-
- handle(ServletWebRequest, ResponseEntity<T>) - 接口 中的方法in.clouthink.daas.we.ErrorResponseHandler
-
- handleBindException(BindException, Object, boolean) - 类 中的方法in.clouthink.daas.we.DefaultErrorResolver
-
Handle the case where an @ModelAttribute
method argument has binding or validation errors and is not followed by
another method argument of type BindingResult.
- handleConversionNotSupported(ConversionNotSupportedException, Object, boolean) - 类 中的方法in.clouthink.daas.we.DefaultErrorResolver
-
Handle the case when a WebDataBinder
conversion cannot occur.
- handleHttpMediaTypeNotAcceptable(HttpMediaTypeNotAcceptableException, Object, boolean) - 类 中的方法in.clouthink.daas.we.DefaultErrorResolver
-
Handle the case where no
message converters were found that were acceptable for the client
(expressed via the Accept header.
- handleHttpMediaTypeNotSupported(HttpMediaTypeNotSupportedException, Object, boolean) - 类 中的方法in.clouthink.daas.we.DefaultErrorResolver
-
Handle the case where no
message converters were found for the PUT or POSTed content.
- handleHttpMessageNotReadable(HttpMessageNotReadableException, Object, boolean) - 类 中的方法in.clouthink.daas.we.DefaultErrorResolver
-
Handle the case where a
message converter cannot read from a HTTP request.
- handleHttpMessageNotWritable(HttpMessageNotWritableException, Object, boolean) - 类 中的方法in.clouthink.daas.we.DefaultErrorResolver
-
Handle the case where a
message converter cannot write to a HTTP request.
- handleHttpRequestMethodNotSupported(HttpRequestMethodNotSupportedException, Object, boolean) - 类 中的方法in.clouthink.daas.we.DefaultErrorResolver
-
Handle the case where no request handler method was found for the
particular HTTP request method.
- handleInternalServerError(ConversionNotSupportedException, Object, boolean) - 类 中的方法in.clouthink.daas.we.DefaultErrorResolver
-
Handle the case when the un-supported exceptions occur
The default implementation sends an HTTP 500 error, and returns an empty
ModelAndView.
- handleMethodArgumentNotValidException(MethodArgumentNotValidException, Object, boolean) - 类 中的方法in.clouthink.daas.we.DefaultErrorResolver
-
Handle the case where an argument annotated with @Valid such as
an RequestBody or RequestPart argument fails validation.
- handleMissingServletRequestParameter(MissingServletRequestParameterException, Object, boolean) - 类 中的方法in.clouthink.daas.we.DefaultErrorResolver
-
Handle the case when a required parameter is missing.
- handleMissingServletRequestPartException(MissingServletRequestPartException, Object, boolean) - 类 中的方法in.clouthink.daas.we.DefaultErrorResolver
-
Handle the case where an @RequestPart, a
MultipartFile, or a javax.servlet.http.Part argument is
required but is missing.
- handleNoHandlerFoundException(NoHandlerFoundException, Object, boolean) - 类 中的方法in.clouthink.daas.we.DefaultErrorResolver
-
Handle the case where no handler was found during the dispatch.
- handleNoSuchRequestHandlingMethod(NoSuchRequestHandlingMethodException, Object, boolean) - 类 中的方法in.clouthink.daas.we.DefaultErrorResolver
-
Handle the case where no request handler method was found.
- handleServletRequestBindingException(ServletRequestBindingException, Object, boolean) - 类 中的方法in.clouthink.daas.we.DefaultErrorResolver
-
Handle the case when an unrecoverable binding exception occurs - e.g.
- handleTypeMismatch(TypeMismatchException, Object, boolean) - 类 中的方法in.clouthink.daas.we.DefaultErrorResolver
-
Handle the case when a WebDataBinder
conversion error occurs.
- hasErrorData() - 类 中的方法in.clouthink.daas.we.ErrorDataResponse
-
- HttpStatusProvider - in.clouthink.daas.we中的接口
-