public class Belive {
public static void main(String[] args) throws TieDaoBu_TrainException {
Person You = new Person();
Person I = new Person();
Person AGirl = new Person();
Person WangYongPing,JiZhe;
WangYongPing = I;
JiZhe = You;
try{
if (You.believe("it") || !You.believe("it"))
I.believe("it");
if (AGirl.HasBeenSaved("after they stop rescue"))
throw new TieDaoBu_TrainException("Thunder");
}
catch(TieDaoBu_TrainException e){
System.out.println(e.Miracle());
}
finally{
System.out.println("It just happened");
}
}
}
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/26127358/viewspace-704197/,如需转载,请注明出处,否则将追究法律责任。