62,620
社区成员
发帖
与我相关
我的任务
分享
public class Mytest {
public void show1(){
throw new Exception();
}
public void show2(){
throw new NumberFormatException();
}
} public void show1 throws Exception(){
throw new Exception();
}