2013年2月22日

关于java的try-catch

摘要: 代码如下 public class TestException { public static void main(String[] args) { try { //throw new Exception("Nothing"); throw new Error("nothing")... 阅读全文

posted @ 2013-02-22 23:24 岚之山 阅读(327) 评论(0) 推荐(0)

导航