Searched refs:outOfBoundsExceptionFormatter (Results 1 – 3 of 3) sorted by relevance
97 … : Preconditions.outOfBoundsExceptionFormatter(IndexOutOfBoundsException::new).130 … Preconditions.outOfBoundsExceptionFormatter(ArrayIndexOutOfBoundsException::new)));133 … Preconditions.outOfBoundsExceptionFormatter(StringIndexOutOfBoundsException::new)));159 … : Preconditions.outOfBoundsExceptionFormatter(IndexOutOfBoundsException::new).192 … Preconditions.outOfBoundsExceptionFormatter(ArrayIndexOutOfBoundsException::new)));195 … Preconditions.outOfBoundsExceptionFormatter(StringIndexOutOfBoundsException::new)));228 … : Preconditions.outOfBoundsExceptionFormatter(IndexOutOfBoundsException::new).261 … Preconditions.outOfBoundsExceptionFormatter(ArrayIndexOutOfBoundsException::new)));264 … Preconditions.outOfBoundsExceptionFormatter(StringIndexOutOfBoundsException::new)));270 Preconditions.outOfBoundsExceptionFormatter(IndexOutOfBoundsException::new);
96 … : Preconditions.outOfBoundsExceptionFormatter(IndexOutOfBoundsException::new).129 … Preconditions.outOfBoundsExceptionFormatter(ArrayIndexOutOfBoundsException::new)));132 … Preconditions.outOfBoundsExceptionFormatter(StringIndexOutOfBoundsException::new)));158 … : Preconditions.outOfBoundsExceptionFormatter(IndexOutOfBoundsException::new).191 … Preconditions.outOfBoundsExceptionFormatter(ArrayIndexOutOfBoundsException::new)));194 … Preconditions.outOfBoundsExceptionFormatter(StringIndexOutOfBoundsException::new)));222 … : Preconditions.outOfBoundsExceptionFormatter(IndexOutOfBoundsException::new).255 … Preconditions.outOfBoundsExceptionFormatter(ArrayIndexOutOfBoundsException::new)));258 … Preconditions.outOfBoundsExceptionFormatter(StringIndexOutOfBoundsException::new)));264 Preconditions.outOfBoundsExceptionFormatter(IndexOutOfBoundsException::new);
171 BiFunction<String, List<Number>, X> outOfBoundsExceptionFormatter(Function<String, X> f) { in outOfBoundsExceptionFormatter() method in Preconditions