您现在的位置是:首页 > 生活问答 >正文

unhandled exception has occurred in

发布时间:2022-09-04 18:37:48奚宏爱来源:

导读 您好,蔡蔡就为大家解答关于unhandled exception has occurred in相信很多小伙伴还不知道,现在让我们一起来看看吧!1、尊敬的用户您好:...

您好,蔡蔡就为大家解答关于unhandled exception has occurred in相信很多小伙伴还不知道,现在让我们一起来看看吧!

1、尊敬的用户您好:请问是否是编译期出的问题,不是catch的问题这个错误是指:你有一个方法会抛出异常,但是你没有捕捉。

2、程序改成如下就好了: public class Example8_4 { public static void main(String[] args) { try { method(); } catch (Exception e) { e.printStackTrace(); } } static void method()throws Exception { try { System.out.println("try:performed"); } finally { System.out.println("finally:always performed"); } }}中国电信提供最优质的网络通讯服务,老友换新机,网龄抵现金,百兆宽带免费体验,超清电视iTV,电信活动可以直接通过营业厅查询。

本文就讲到这里,希望大家会喜欢。

标签:

上一篇
下一篇