摘要: interface Type1{ void f() throws CloneNotSupportedException; } interface Type2{ void f()throws InterruptedException; } interface Type3 extends Type1,Type2{ } public class ExceptionGame implements Ty... 阅读全文
posted @ 2009-10-31 02:13 macula7 阅读(87) 评论(0) 推荐(0)
摘要: interface Type1{ void f() throws CloneNotSupportedException; } interface Type2{ void f()throws InterruptedException; } interface Type3 extends Type1,Type2{ } public class ExceptionGame implements Ty... 阅读全文
posted @ 2009-10-31 02:13 macula7 阅读(91) 评论(0) 推荐(0)