【发布时间】:2011-03-24 16:16:56
【问题描述】:
我在使用 commons-digester 解析 xml 文件时遇到 java.lang.NumberFormatException。
不知道是什么意思:
Caused by: java.lang.NumberFormatException: For input string: "flickrmeetup rochester dan totheright 200701"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
at java.lang.Integer.parseInt(Integer.java:449)
...
这是完整的错误信息:http://pastie.org/1708720
这是代码:http://codepad.org/tw39paE1
谢谢
【问题讨论】:
标签: java apache-commons-digester