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
ありがとう