技术Customized Java Exception自定义异常简化 / 自定义打印结果1 2 3 4 5 6 @Override public synchronized Throwable fillInStackTrace() { return this; } com.demo.test.xxxx.custom.exception.SimpleException: 自定义异常