摘要: class Annoyance extends Exception {} class Sneeze extends Annoyance {} class Human { public static void main(String[] args) throws Exception { try { try { throw new Sneeze(); } ... 阅读全文
posted @ 2018-09-24 00:37 mljqqh 阅读(708) 评论(0) 推荐(0)