ParsePosition.setErrorIndex

Set the index at which a parse error occurred. Formatters should set this before returning an error code from their parseObject method. The default value is -1 if this is not set.

@param ei the index at which an error occurred @since 1.2

class ParsePosition
void
setErrorIndex
(
int ei
)

Meta