*
* pushback(c); return dateIO.parse(time).getTimeInMillis(); }
*/
protected ParseException parseException(String message, Object... args) {
return new ParseException(String.format(String.format(
"parse error at (%d;%d) : %s", line, column, message), args));
}