A {@link ParseException} may be thrown because a string can't be parsed, because an objectcan't be converted into a number or because a line don't have the expected number of columns. In all case, it is possible to gets the index of the first problem found using {@link ParseException#getErrorOffset}. @since 2.0 @source $URL$ @version $Id$ @author Martin Desruisseaux (IRD)
|
|