Searched refs:errorIndex (Results 1 – 2 of 2) sorted by relevance
38 public int errorIndex; field in Options121 this.errorIndex = -1; in Options()127 private Options(String[] args, int errorIndex, String errorText) { in Options() argument129 this.errorIndex = errorIndex; in Options()
50 if (options.errorIndex >= 0) { in run()