gpt4 book ai didi

java - 在 Java 中使用 finally block 捕获异常及其消息

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

<分区>

我有以下代码,我喜欢使用 finally 获取异常消息,因为通过使用 catch 我可以很容易地获得它的 arg。但据我所知,我无法使用 finally 获取异常消息。

try {
MyClass obj=new MyClass();
obj.strProName = jobj1.getString("productname");
obj.strPrice = jobj1.getString("price");
obj.strCurrency = jobj1.getString("currency");
obj.strSalePrice = jobj1.getString("saleprice");
obj.strStoreName = jobj1.getString("storename");

//arrayList.add(obj);
throw new Exception("Exception Reason!");

}
finally{
//want to get that exception message here without using catch or can see how finally catching here the exception
}

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