Lines Matching refs:StringIndexOutOfBoundsException

173             throw new StringIndexOutOfBoundsException(newLength);
203 throw new StringIndexOutOfBoundsException(index);
230 throw new StringIndexOutOfBoundsException(index);
259 throw new StringIndexOutOfBoundsException(index);
351 throw new StringIndexOutOfBoundsException(srcBegin);
353 throw new StringIndexOutOfBoundsException(srcEnd);
355 throw new StringIndexOutOfBoundsException("srcBegin > srcEnd");
375 throw new StringIndexOutOfBoundsException(index);
688 * @throws StringIndexOutOfBoundsException if {@code start}
694 throw new StringIndexOutOfBoundsException(start);
698 throw new StringIndexOutOfBoundsException();
756 * @throws StringIndexOutOfBoundsException if the <code>index</code>
762 throw new StringIndexOutOfBoundsException(index);
783 * @throws StringIndexOutOfBoundsException if <code>start</code>
789 throw new StringIndexOutOfBoundsException(start);
791 throw new StringIndexOutOfBoundsException("start > length()");
793 throw new StringIndexOutOfBoundsException("start > end");
815 * @throws StringIndexOutOfBoundsException if <code>start</code> is
861 * @throws StringIndexOutOfBoundsException if <code>start</code>
868 throw new StringIndexOutOfBoundsException(start);
870 throw new StringIndexOutOfBoundsException(end);
872 throw new StringIndexOutOfBoundsException(end - start);
891 * @throws StringIndexOutOfBoundsException if {@code index}
901 throw new StringIndexOutOfBoundsException(index);
903 throw new StringIndexOutOfBoundsException(
930 * @throws StringIndexOutOfBoundsException if the offset is invalid.
965 * @throws StringIndexOutOfBoundsException if the offset is invalid.
969 throw new StringIndexOutOfBoundsException(offset);
1002 * @throws StringIndexOutOfBoundsException if the offset is invalid.
1006 throw new StringIndexOutOfBoundsException(offset);
1125 * @throws StringIndexOutOfBoundsException if the offset is invalid.
1175 * @throws StringIndexOutOfBoundsException if the offset is invalid.
1198 * @throws StringIndexOutOfBoundsException if the offset is invalid.
1221 * @throws StringIndexOutOfBoundsException if the offset is invalid.
1244 * @throws StringIndexOutOfBoundsException if the offset is invalid.