Searched refs:goodString (Results 1 – 1 of 1) sorted by relevance
89 private static void constructWithoutError(String goodString, long value) { in constructWithoutError() argument90 BigInteger bi = new BigInteger(goodString); in constructWithoutError()92 String.format("From ``%s'' expected %d, got %s.\n", goodString, value, bi)); in constructWithoutError()