More info

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1306046 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2012-03-27 23:10:32 +00:00
parent 1337758f9f
commit bf1d01d79d

View File

@ -241,7 +241,7 @@ public class PerformanceTest {
count++;
break;
case INVALID:
throw new IOException("invalid parse sequence");
throw new IOException("invalid parse sequence <"+token.content.toString()+">");
case TOKEN:
fields++;
break;