控制台执行java程序时出错如下图
catch(NumberFormatExceptionnumberFormatException){System.err.printf("\nException:%s\n...
catch(NumberFormatException numberFormatException)
{
System.err.printf("\nException: %s\n",numberFormatException);
System.out.println("请输入整数!");
}
catch(ArrayIndexOutOfBoundsException arrayIndexOutOfBoundsException)
{
System.err.printf("\nException: %s\n",arrayIndexOutOfBoundsException);
System.out.println("请输入至少5个整数!");
}
}
} 展开
{
System.err.printf("\nException: %s\n",numberFormatException);
System.out.println("请输入整数!");
}
catch(ArrayIndexOutOfBoundsException arrayIndexOutOfBoundsException)
{
System.err.printf("\nException: %s\n",arrayIndexOutOfBoundsException);
System.out.println("请输入至少5个整数!");
}
}
} 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询