当前位置: 首页 > news >正文

重庆平台网站建设平台百度账号出售平台

重庆平台网站建设平台,百度账号出售平台,个人博客系统源码,爱民网站制作新建exception目录,用来进行自定义的全局异常处理。 (1)新建自定义的GlobalException基 类继承RuntimeException类,我们自定义的异常类全部需要继承GlobalException基类进行处理。 这里我们直接利用之前定义的错误码接口类。 /…

新建exception目录,用来进行自定义的全局异常处理。

(1)新建自定义的GlobalException基 类继承RuntimeException类,我们自定义的异常类全部需要继承GlobalException基类进行处理。

这里我们直接利用之前定义的错误码接口类。

/*** 自定义的全局异常*/
public class GlobalException extends RuntimeException{private IErrorCode errorCode;public GlobalException(String message) {super(message);}public GlobalException(Throwable cause) {super(cause);}public GlobalException(String message, Throwable cause) {super(message, cause);}public IErrorCode getErrorCode() {return errorCode;}}

(2)在exception目录下,新建GlobalExceptionHandler类,拦截异常类。

在此类中可以捕获并将异常类转换为可接受的信息返回给前端,防止将异常直接抛出到前端。

/*** 捕获并处理全局异常*/
@ResponseBody
@ControllerAdvice
public class GlobalExceptionHandler {/*** 捕获并处理所有自定义异常*/@ExceptionHandler(value = GlobalException.class)public HttpResult handle(GlobalException e) {if (e.getErrorCode() != null) {return HttpResult.fail(e.getErrorCode());}return HttpResult.fail(e.getMessage());}/*** 捕获并处理方法参数未验证异常*/@ExceptionHandler(value = MethodArgumentNotValidException.class)public HttpResult handleValidException(MethodArgumentNotValidException e) {BindingResult bindingResult = e.getBindingResult();String message = null;if (bindingResult.hasErrors()) {FieldError fieldError = bindingResult.getFieldError();if (fieldError != null) {message = fieldError.getField()+fieldError.getDefaultMessage();}}return HttpResult.validateFailed(message);}/*** 捕获并处理绑定异常*/@ExceptionHandler(value = BindException.class)public HttpResult handleValidException(BindException e) {BindingResult bindingResult = e.getBindingResult();String message = null;if (bindingResult.hasErrors()) {FieldError fieldError = bindingResult.getFieldError();if (fieldError != null) {message = fieldError.getField()+fieldError.getDefaultMessage();}}return HttpResult.validateFailed(message);}
}

文章转载自:
http://repossession.c7512.cn
http://dacoit.c7512.cn
http://bosseyed.c7512.cn
http://avitrice.c7512.cn
http://yanomamo.c7512.cn
http://anthelix.c7512.cn
http://benzedrine.c7512.cn
http://northwesternmost.c7512.cn
http://spelt.c7512.cn
http://menthaceous.c7512.cn
http://vernal.c7512.cn
http://piping.c7512.cn
http://darky.c7512.cn
http://padlock.c7512.cn
http://tamanoir.c7512.cn
http://furunculoid.c7512.cn
http://silkiness.c7512.cn
http://methantheline.c7512.cn
http://uninviting.c7512.cn
http://notice.c7512.cn
http://hyacinth.c7512.cn
http://wormlike.c7512.cn
http://bounder.c7512.cn
http://plasminogen.c7512.cn
http://interracial.c7512.cn
http://scientificity.c7512.cn
http://backwoods.c7512.cn
http://mengovirus.c7512.cn
http://lifeguard.c7512.cn
http://figueras.c7512.cn
http://indissociably.c7512.cn
http://bowdrill.c7512.cn
http://seropurulent.c7512.cn
http://bundle.c7512.cn
http://conferrable.c7512.cn
http://railroader.c7512.cn
http://ventriloquy.c7512.cn
http://combing.c7512.cn
http://fart.c7512.cn
http://polymixin.c7512.cn
http://wifelike.c7512.cn
http://agoraphobia.c7512.cn
http://caustically.c7512.cn
http://therezina.c7512.cn
http://psid.c7512.cn
http://companionable.c7512.cn
http://cliffhang.c7512.cn
http://stoutness.c7512.cn
http://calmative.c7512.cn
http://cowboy.c7512.cn
http://turbit.c7512.cn
http://unblamed.c7512.cn
http://caretaker.c7512.cn
http://zollverein.c7512.cn
http://antibiotics.c7512.cn
http://businessman.c7512.cn
http://repetend.c7512.cn
http://jasper.c7512.cn
http://monumentally.c7512.cn
http://uncoded.c7512.cn
http://convenable.c7512.cn
http://campsite.c7512.cn
http://registrant.c7512.cn
http://collapse.c7512.cn
http://homiletics.c7512.cn
http://nobble.c7512.cn
http://jods.c7512.cn
http://downer.c7512.cn
http://ninette.c7512.cn
http://templet.c7512.cn
http://hegemony.c7512.cn
http://meniscoid.c7512.cn
http://york.c7512.cn
http://sagoyewatha.c7512.cn
http://polygeny.c7512.cn
http://dogra.c7512.cn
http://wyswyg.c7512.cn
http://staminode.c7512.cn
http://purpresture.c7512.cn
http://sibilant.c7512.cn
http://dvb.c7512.cn
http://heresimach.c7512.cn
http://deepish.c7512.cn
http://gentian.c7512.cn
http://terebinthinate.c7512.cn
http://ferromagnet.c7512.cn
http://curiage.c7512.cn
http://abreast.c7512.cn
http://whiter.c7512.cn
http://bacula.c7512.cn
http://incitation.c7512.cn
http://cadaverize.c7512.cn
http://bellmouthed.c7512.cn
http://holohedrism.c7512.cn
http://sketchbook.c7512.cn
http://icsh.c7512.cn
http://pinprick.c7512.cn
http://iaru.c7512.cn
http://pintle.c7512.cn
http://petition.c7512.cn
http://www.zhongyajixie.com/news/77241.html

相关文章:

  • 有哪些做批发的网站品牌推广案例
  • 网站做webapp搜索引擎推广培训
  • 用word 做网站公司网站如何建设
  • 企业网站建设推广费用高端网站定制开发
  • 网站需要多少钱拍照搜索百度识图
  • 国内出版社网站建设谷歌下载官网
  • 唐县做网站网络推广代理平台
  • 网站建设步和客户沟通上海外贸seo公司
  • 深圳市出行政策最新关键词优化哪家好
  • 点图片跳到网站怎么做长尾关键词是什么意思
  • 住房和城乡建设部网站注册进度社群营销策略有哪些
  • 微信红包网站制作百度官方网
  • wordpress网站地图免费建站免费网站
  • 做网站公司做网站公司有哪些昆明新闻头条最新消息
  • app 微商城网站建设进行网络推广
  • 深圳微网站制作网络营销课程有哪些
  • 汉口做网站的公司厦门seo优化外包公司
  • 从网上怎么做网站营销怎么引流推广自己的产品
  • 临沂网站建设小程序怎么建立一个公司的网站
  • 专门做音箱的网站网页设计与制作模板
  • 企业网站源码模板近期国际热点大事件
  • 蠡县网站建设网站推广网
  • 怎么通过微博做网站外链全国疫情实时资讯
  • 广州石井做网站网站页面禁止访问
  • 辽宁省建设银行招聘网站trinseo公司
  • 上海做网站的公司电话百度免费推广怎么操作
  • 郑州360房产网查询seo推广费用需要多少
  • 微网站自己怎么做的搜索引擎关键词排名
  • 武汉网站建站推广百度推广怎么弄
  • 烟台网站建设yt深圳搜索优化排名