zhujiawen12345 commented on issue #1912:
URL:
https://github.com/apache/servicecomb-java-chassis/issues/1912#issuecomment-671133946
> 日志是哪个类的哪一行打印出来的? 贴的日志没包含这个信息。 异常转换应该可以解决这个问题。
具体是参数校验的时候抛出的一个自定义的异常InaccuracyFeedBackException,InaccuracyFeedBackExceptionl继承RuntimeException
重写了
public Throwable fillInStackTrace() {
return this;
}
抛出的异常由ExceptionHandler统一处理,具体代码我私聊你espace了
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]