手动抛异常

//手动抛异常
                try {
                    int age = Integer.parseInt("20L");
                    System.out.println(age);
                } catch (Exception e) {
                    e.printStackTrace();
                }

 

posted @ 2023-03-29 10:40  丶Ronnie  阅读(19)  评论(0)    收藏  举报