Searched refs:BAD_SIZE (Results 1 – 6 of 6) sorted by relevance
342 throw new IllegalArgumentException(Nodes.BAD_SIZE); in begin()381 throw new IllegalArgumentException(Nodes.BAD_SIZE); in begin()439 throw new IllegalArgumentException(Nodes.BAD_SIZE); in begin()478 throw new IllegalArgumentException(Nodes.BAD_SIZE); in begin()537 throw new IllegalArgumentException(Nodes.BAD_SIZE); in begin()576 throw new IllegalArgumentException(Nodes.BAD_SIZE); in begin()635 throw new IllegalArgumentException(Nodes.BAD_SIZE); in begin()674 throw new IllegalArgumentException(Nodes.BAD_SIZE); in begin()
64 static final String BAD_SIZE = "Stream size exceeds max array size"; field in Nodes323 throw new IllegalArgumentException(BAD_SIZE); in collect()360 throw new IllegalArgumentException(BAD_SIZE); in collectInt()398 throw new IllegalArgumentException(BAD_SIZE); in collectLong()436 throw new IllegalArgumentException(BAD_SIZE); in collectDouble()468 throw new IllegalArgumentException(BAD_SIZE); in flatten()494 throw new IllegalArgumentException(BAD_SIZE); in flattenInt()520 throw new IllegalArgumentException(BAD_SIZE); in flattenLong()546 throw new IllegalArgumentException(BAD_SIZE); in flattenDouble()645 throw new IllegalArgumentException(BAD_SIZE); in ArrayNode()[all …]
271 throw new IllegalArgumentException(Nodes.BAD_SIZE); in asArray()
217 throw new IllegalArgumentException(Nodes.BAD_SIZE); in asArray()563 throw new IllegalArgumentException(Nodes.BAD_SIZE); in asPrimitiveArray()
225 static final String BAD_SIZE = "size must be non-negative"; field in SplittableRandom574 throw new IllegalArgumentException(BAD_SIZE); in ints()615 throw new IllegalArgumentException(BAD_SIZE); in ints()660 throw new IllegalArgumentException(BAD_SIZE); in longs()701 throw new IllegalArgumentException(BAD_SIZE); in longs()746 throw new IllegalArgumentException(BAD_SIZE); in doubles()789 throw new IllegalArgumentException(BAD_SIZE); in doubles()
477 throw new IllegalArgumentException(BAD_SIZE); in ints()519 throw new IllegalArgumentException(BAD_SIZE); in ints()565 throw new IllegalArgumentException(BAD_SIZE); in longs()607 throw new IllegalArgumentException(BAD_SIZE); in longs()654 throw new IllegalArgumentException(BAD_SIZE); in doubles()698 throw new IllegalArgumentException(BAD_SIZE); in doubles()1022 static final String BAD_SIZE = "size must be non-negative"; field in ThreadLocalRandom