catch(Expetion e){
e.printStackTrace();
System.out.println("输出异常");
}
因为你拼错了 Exception
catch(Exception e)