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

<<41424344454647484950>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
AttributeCertificate.java 53 throw new IllegalArgumentException("Bad sequence size: "
DSAParameter.java 57 throw new IllegalArgumentException("Bad sequence size: " + seq.size());
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
DomainParameters.java 79 throw new IllegalArgumentException("'p' cannot be null");
83 throw new IllegalArgumentException("'g' cannot be null");
87 throw new IllegalArgumentException("'q' cannot be null");
109 throw new IllegalArgumentException("Bad sequence size: " + seq.size());
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
SICBlockCipher.java 48 throws IllegalArgumentException
57 throw new IllegalArgumentException("CTR/SIC mode requires IV no greater than: " + blockSize + " bytes.");
64 throw new IllegalArgumentException("CTR/SIC mode requires IV of at least: " + (blockSize - maxCounterSize) + " bytes.");
77 throw new IllegalArgumentException("CTR/SIC mode requires ParametersWithIV");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/
BlockCipherPadding.java 18 throws IllegalArgumentException;
ISO10126d2Padding.java 21 throws IllegalArgumentException
ISO7816d4Padding.java 20 throws IllegalArgumentException
PKCS7Padding.java 19 throws IllegalArgumentException
X923Padding.java 22 throws IllegalArgumentException
ZeroBytePadding.java 19 throws IllegalArgumentException
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
BaseKeyGenerator.java 66 catch (IllegalArgumentException e)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/endo/
GLVTypeBParameters.java 11 throw new IllegalArgumentException("'" + name + "' must consist of exactly 2 (non-null) values");
  /external/conscrypt/common/src/main/java/org/conscrypt/
AbstractSessionContext.java 144 public final void setSessionTimeout(int seconds) throws IllegalArgumentException {
146 throw new IllegalArgumentException("seconds < 0");
176 public final void setSessionCacheSize(int size) throws IllegalArgumentException {
178 throw new IllegalArgumentException("size < 0");
  /external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
SSLParametersTest.java 142 fail("Should throw IllegalArgumentException when names are duplicated");
143 } catch (IllegalArgumentException expected) {
193 fail("Should throw IllegalArgumentException when matchers are duplicated");
194 } catch (IllegalArgumentException expected) {
  /external/dagger2/core/src/main/java/dagger/internal/
DelegateFactory.java 38 throw new IllegalArgumentException();
  /external/guava/guava/src/com/google/common/base/
Preconditions.java 33 * * @throws IllegalArgumentException if the value is negative
44 * In this example, {@code checkArgument} throws an {@code IllegalArgumentException} to indicate
58 * throw new IllegalArgumentException("negative value: " + value);
104 * @throws IllegalArgumentException if {@code expression} is false
108 throw new IllegalArgumentException();
118 * @throws IllegalArgumentException if {@code expression} is false
122 throw new IllegalArgumentException(String.valueOf(errorMessage));
137 * @throws IllegalArgumentException if {@code expression} is false
145 throw new IllegalArgumentException(format(errorMessageTemplate, errorMessageArgs));
289 * @throws IllegalArgumentException if {@code size} is negativ
    [all...]
  /external/guava/guava/src/com/google/common/collect/
CollectPreconditions.java 39 throw new IllegalArgumentException(name + " cannot be negative but was: " + value);
FilteredKeyMultimap.java 120 throw new IllegalArgumentException("Key does not satisfy predicate: " + key);
126 throw new IllegalArgumentException("Key does not satisfy predicate: " + key);
157 throw new IllegalArgumentException("Key does not satisfy predicate: " + key);
164 throw new IllegalArgumentException("Key does not satisfy predicate: " + key);
  /external/guava/guava/src/com/google/common/eventbus/
SubscriberFindingStrategy.java 37 * @throws IllegalArgumentException if {@code source} is not appropriate for
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Platform.java 42 } catch (IllegalArgumentException iae) {
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
MapMaker.java 171 throw new IllegalArgumentException();
184 throw new IllegalArgumentException("invalid duration: " + duration);
197 throw new IllegalArgumentException("invalid maximum size: " + maximumSize);
207 throw new IllegalArgumentException("GWT only supports a concurrency level of 1");
  /external/guava/guava-tests/test/com/google/common/base/
AsciiTest.java 106 } catch (IllegalArgumentException expected) {}
111 } catch (IllegalArgumentException expected) {}
116 } catch (IllegalArgumentException expected) {}
121 } catch (IllegalArgumentException expected) {}
  /external/guava/guava-tests/test/com/google/common/io/
ByteSourceTester.java 196 fail("expected IllegalArgumentException for call to slice with offset -1: " + source);
197 } catch (IllegalArgumentException expected) {
202 fail("expected IllegalArgumentException for call to slice with length -1: " + source);
203 } catch (IllegalArgumentException expected) {
  /external/guava/guava-tests/test/com/google/common/reflect/
TypeParameterTest.java 46 } catch (IllegalArgumentException expected) {}
  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/text/
IsEqualIgnoringCase.java 19 throw new IllegalArgumentException("Non-null value required by IsEqualIgnoringCase()");

Completed in 3009 milliseconds

<<41424344454647484950>>