HomeSort by relevance Sort by last modified time
    Searched full:illegalargumentexception (Results 1376 - 1400 of 10592) sorted by null

<<51525354555657585960>>

  /external/conscrypt/common/src/main/java/org/conscrypt/
Conscrypt.java 121 throw new IllegalArgumentException(
133 throw new IllegalArgumentException(
149 throw new IllegalArgumentException(
182 throw new IllegalArgumentException(
205 throw new IllegalArgumentException(
323 * @throws IllegalArgumentException - if protocols is null, or if any element in a non-empty
359 throw new IllegalArgumentException(
502 * @throws IllegalArgumentException - if protocols is null, or if any element in a non-empty
ConscryptServerSocket.java 101 * @throws IllegalArgumentException when one or more of the names in the
138 * @throws IllegalArgumentException when one or more of the ciphers in array
SSLUtils.java 374 throw new IllegalArgumentException(
402 * @throws IllegalArgumentException if protocols is {@code null}, or if any element is
407 throw new IllegalArgumentException("protocols array must be non-null");
419 throw new IllegalArgumentException("protocol[" + i + "] is null");
426 throw new IllegalArgumentException(
445 throw new IllegalArgumentException("Protocol contains invalid character: "
460 * throw an {@link IllegalArgumentException}.
463 * @throws IllegalArgumentException Is thrown if the given {@link ByteBuffer} has not at least
  /external/conscrypt/libcore-stub/src/main/java/libcore/java/security/
CpuFeatures.java 64 } catch (IllegalArgumentException ignored) {
66 throw new IllegalArgumentException(e);
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
TypeNames.java 55 throw new IllegalArgumentException(e.toString());
98 throw new IllegalArgumentException();
  /external/desugar/test/java/com/google/devtools/build/android/desugar/
Java7CompatibilityTest.java 45 fail("IllegalArgumentException expected");
46 } catch (IllegalArgumentException expected) {
  /external/emma/core/java12/com/vladium/emma/data/
SessionData.java 39 if (mdata == null) throw new IllegalArgumentException ("null input: mdata");
40 if (cdata == null) throw new IllegalArgumentException ("null input: cdata");
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
HyperRef.java 24 throw new IllegalArgumentException ("null or empty input: href");
27 throw new IllegalArgumentException ("null or empty input: text");
  /external/guava/guava/src/com/google/common/collect/
BiMap.java 46 * @throws IllegalArgumentException if the given value is already bound to a
80 * @throws IllegalArgumentException if an attempt to {@code put} any
  /external/guava/guava/src/com/google/common/reflect/
TypeVisitor.java 46 * throw new IllegalArgumentException("Cannot contain type variable.");
49 * throw new IllegalArgumentException("Cannot contain wildcard type.");
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ArrayListMultimapTest.java 125 } catch (IllegalArgumentException expected) {}
130 } catch (IllegalArgumentException expected) {}
MapMakerTest.java 50 } catch (IllegalArgumentException expected) {
61 } catch (IllegalArgumentException expected) {
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
MapCreationTester.java 107 } catch (IllegalArgumentException expected) {
118 } catch (IllegalArgumentException expected) {
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
SortedMapInterfaceTest.java 79 fail("Expected IllegalArgumentException");
80 } catch (IllegalArgumentException expected) {
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
BiMapPutTester.java 43 fail("Expected IllegalArgumentException");
44 } catch (IllegalArgumentException expected) {
MultisetAddTester.java 85 } catch (IllegalArgumentException required) {}
94 } catch (IllegalArgumentException expected) {}
MultisetSetCountConditionallyTester.java 56 + "IllegalArgumentException");
57 } catch (IllegalArgumentException expected) {
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
SetCreationTester.java 74 } catch (IllegalArgumentException expected) {
86 } catch (IllegalArgumentException expected) {
  /external/guava/guava-testlib/src/com/google/common/testing/
ClusterException.java 105 * @throws IllegalArgumentException if {@code exceptions} is empty
109 throw new IllegalArgumentException(
  /external/guava/guava-testlib/test/com/google/common/testing/
FakeTickerTest.java 98 fail("Expected IllegalArgumentException");
99 } catch (IllegalArgumentException expected) {
  /external/guava/guava-tests/test/com/google/common/collect/
HashMultimapTest.java 105 } catch (IllegalArgumentException expected) {}
110 } catch (IllegalArgumentException expected) {}
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
SimpleFormatterImpl.java 71 * @throws IllegalArgumentException for bad argument syntax and too few or too many arguments.
138 throw new IllegalArgumentException(
165 throw new IllegalArgumentException(
169 throw new IllegalArgumentException(
203 * @throws IllegalArgumentException for bad argument syntax and too few or too many arguments.
231 throw new IllegalArgumentException("Too few values.");
256 throw new IllegalArgumentException("Too few values.");
327 throw new IllegalArgumentException("Value must not be same object as result");
  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
Padder.java 29 throw new IllegalArgumentException("Don't know how to map " + old);
72 throw new IllegalArgumentException("Padding width must not be negative");
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
PatternStringTest.java 110 fail("Didn't throw IllegalArgumentException when parsing pattern: " + pattern);
111 } catch (IllegalArgumentException e) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
SimpleFormatterImpl.java 69 * @throws IllegalArgumentException for bad argument syntax and too few or too many arguments.
136 throw new IllegalArgumentException(
163 throw new IllegalArgumentException(
167 throw new IllegalArgumentException(
201 * @throws IllegalArgumentException for bad argument syntax and too few or too many arguments.
229 throw new IllegalArgumentException("Too few values.");
254 throw new IllegalArgumentException("Too few values.");
325 throw new IllegalArgumentException("Value must not be same object as result");

Completed in 1559 milliseconds

<<51525354555657585960>>