Searched refs:errorOffset (Results 1 – 1 of 1) sorted by relevance
63 public ParseException(String s, int errorOffset) { in ParseException() argument65 this.errorOffset = errorOffset; in ParseException()74 return errorOffset; in getErrorOffset()83 private int errorOffset; field in ParseException