摘要: public class Test { String x; public static void main(String[] args) { Test test = new Test(); try { System... 阅读全文
posted @ 2016-01-17 16:20 Dragon&Hmm 阅读(103) 评论(0) 推荐(0) 编辑
摘要: Exception继承了Throwable,但是它本身是有异常类的父类。RuntimeException:运行时异常Exception->RuntimeException->NullPointExceptionException->RuntimeException->IndexOutOfBounds... 阅读全文
posted @ 2016-01-17 16:17 Dragon&Hmm 阅读(312) 评论(0) 推荐(0) 编辑