国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發(fā)設(shè)計 > 正文

異常捕獲

2019-11-10 20:15:20
字體:
供稿:網(wǎng)友
/** * @date 2016年8月1日 下午5:43:23 */class FatherException extends Exception {    public FatherException() {        super();    }    public FatherException(Throwable arg0) {        super(arg0);    }}/** * @date 2016年8月1日 下午5:43:23 * @author zhangxingan */class grandFatherException extends Exception {    public grandFatherException() {        super();    }    public grandFatherException(Throwable arg0) {        super(arg0);    }}class SonException extends FatherException {    public SonException() {        super();    }    public SonException(Throwable arg0) {        super(arg0);    }}class A1 {    public static void throwE() throws FatherException{        A2.throwE();    }}class A2 {    public static void throwE() throws FatherException{        A3.throwE();    }}class A3 {    public static void throwE() throws FatherException{        throw new SonException();    }}public class FatherExceptionTest {    public static void main(String[] args) throws Exception {        try {            try {                try {                    throw new SonException();                } catch (Exception a) {                    System.out.PRintln("Caught FatherException");                    throw new FatherException(a);                }            } catch (Exception e) {                // TODO: handle exception                throw new grandFatherException(e);            }                    } catch (Exception s) {            System.out.println("Caught SonExceptioneze");            return;        } finally {            System.out.println("Hello World!");        }    }}
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 卢湾区| 资兴市| 佛教| 沙河市| 乌拉特后旗| 万州区| 阿瓦提县| 宾阳县| 霍林郭勒市| 通江县| 岗巴县| 玉门市| 花垣县| 尼木县| 通海县| 团风县| 南澳县| 桦南县| 图们市| 四子王旗| 偏关县| 同心县| 夏邑县| 云阳县| 乌兰浩特市| 普定县| 曲周县| 海安县| 许昌县| 曲松县| 镇坪县| 马鞍山市| 林芝县| 湘潭县| 上高县| 万全县| 江孜县| 凭祥市| 阿拉善右旗| 淳化县| 志丹县|