类的使用
cn.taketoday.web.ErrorResponseException
使用ErrorResponseException的程序包
程序包
说明
Web Handler
Provides standard View and ViewResolver implementations,
including abstract base classes for custom implementations.
-
cn.taketoday.web中ErrorResponseException的使用
修饰符和类型类说明classclassException for errors that fit response status 405 (method not allowed).classException for errors that fit response status 406 (not acceptable).classSubclass ofErrorResponseExceptionthat accepts a "reason" and maps it to the "detail" property ofProblemDetail.classException for errors that fit response status 415 (unsupported media type). -
cn.taketoday.web.handler中ErrorResponseException的使用
修饰符和类型方法说明protected ResponseEntity<Object>ResponseEntityExceptionHandler.handleErrorResponseException(ErrorResponseException ex, HttpHeaders headers, HttpStatusCode status, RequestContext request) Customize the handling of anyErrorResponseException. -
cn.taketoday.web.view中ErrorResponseException的使用