Searched defs:errorIndex (Results 1 – 5 of 5) sorted by relevance
90 private final int errorIndex; field in DateTimeParseException99 public DateTimeParseException(String message, CharSequence parsedData, int errorIndex) { in DateTimeParseException()113 …public DateTimeParseException(String message, CharSequence parsedData, int errorIndex, Throwable c… in DateTimeParseException()
44 public LocaleSyntaxException(String msg, int errorIndex) { in LocaleSyntaxException()
36 int errorIndex; field in ParseStatus
76 public IllformedLocaleException(String message, int errorIndex) { in IllformedLocaleException()
66 int errorIndex = -1; field in ParsePosition