码迷,mamicode.com
首页 > 其他好文 > 详细

Unhandled Exxception “Unhandled exception type IOException”?

时间:2015-04-05 10:30:14      阅读:331      评论:0      收藏:0      [点我收藏+]

标签:

Unhandled Exxception  “Unhandled exception type IOException”?

在Android studio中,自动遇见这个异常报错,如果eclipse会自动提示,但是AS提示很抽象,不容易发现,解决方案:

You should add "throws IOException" to your main method:

public static void main(String[] args) throws IOException {

You can read a bit more about checked exceptions (which are specific to Java) in JLS.

  

Unhandled Exxception “Unhandled exception type IOException”?

标签:

原文地址:http://www.cnblogs.com/spring87/p/4393680.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!