摘要: 在controller的同级目录exception下新建一个Java Class文件,命名为GlobalExceptionHandler,内容如下 package cn.smxy.stest2022101601.exception; import org.springframework.web.bi 阅读全文
posted @ 2022-10-19 19:54 淡淡的晓山横雾 阅读(45) 评论(0) 推荐(0)
摘要: Java try catch 输出报错(包含类名、方法名、行号) try { throw new Exception(); } catch (Exception exp) { String errorStr = "error: " + exp.getStackTrace()[0].getClassN 阅读全文
posted @ 2022-10-19 17:18 淡淡的晓山横雾 阅读(609) 评论(0) 推荐(0)