gpt4 book ai didi

java - 签名声明抛出异常 : A method/constructor shouldn't explicitly throw java. lang.Exception

转载 作者:行者123 更新时间:2023-11-29 09:36:43 25 4
gpt4 key购买 nike

我在声纳上收到了这个警告。此警告的正确解决方案是什么。我的方法是:

public void abc(A a) throws Exeption {

dao.pqr(a);
}

我在 Class 中收到了对此方法的警告。对此的正确解决方案是什么?

最佳答案

如果已知异常,您应该抛出实际的异常。

如果您调用的方法 throws Exception 并且您无法更改它,那么除了抑制警告外,您无能为力。

关于java - 签名声明抛出异常 : A method/constructor shouldn't explicitly throw java. lang.Exception,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14397869/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com