七叶笔记 » java编程 » for input string:是什么原因出现的

for input string:是什么原因出现的

for input string:是什么原因出现的?

“for input string:”错误的详细错误信息为“java.lang.NumberFormatException: For input string:”异常;

该异常的是由于把不符合数字格式的字符串转换为数字时抛出的格式化异常;

解决方法:

1,若是调试时异常,用debug 或打印语句输出变量,将字符串纠正为数字格式;

2,若是运行时异常,请用try catch 语句捕获;

相关推荐:《java学习

相关文章