spring异常

 

@RequestMapping("/test")
public String view() throws ExceptionTest{
if(true){
throw new ExceptionTest();
}
return "index";
}

 

posted on 2017-03-23 17:29  老邱2  阅读(79)  评论(0编辑  收藏  举报

导航