HomeSort by relevance Sort by last modified time
    Searched refs:IllegalArgumentException (Results 401 - 425 of 3537) sorted by null

<<11121314151617181920>>

  /external/apache-http/src/org/apache/http/conn/ssl/
SSLSocketFactory.java 254 throw new IllegalArgumentException("Keystore may not be null");
265 throw new IllegalArgumentException("Keystore may not be null");
294 throw new IllegalArgumentException("Target host may not be null.");
297 throw new IllegalArgumentException("Parameters may not be null.");
352 * @throws IllegalArgumentException if the argument is invalid
355 throws IllegalArgumentException {
358 throw new IllegalArgumentException("Socket may not be null.");
362 throw new IllegalArgumentException
367 throw new IllegalArgumentException("Socket is closed.");
395 throw new IllegalArgumentException("Hostname verifier may not be null")
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
BasicPoolEntryRef.java 62 throw new IllegalArgumentException
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicMaxAgeHandler.java 47 throw new IllegalArgumentException("Cookie may not be null");
CookieSpecBase.java 106 throw new IllegalArgumentException("Cookie may not be null");
109 throw new IllegalArgumentException("Cookie origin may not be null");
118 throw new IllegalArgumentException("Cookie may not be null");
121 throw new IllegalArgumentException("Cookie origin may not be null");
  /external/apache-http/src/org/apache/http/impl/io/
IdentityInputStream.java 57 throw new IllegalArgumentException("Session input buffer may not be null");
  /external/apache-http/src/org/apache/http/message/
BasicHttpResponse.java 78 throw new IllegalArgumentException("Status line may not be null.");
136 throw new IllegalArgumentException("Status line may not be null");
167 throw new IllegalArgumentException("Line break in reason phrase.");
182 throw new IllegalArgumentException("Locale may not be null.");
BasicTokenIterator.java 86 throw new IllegalArgumentException
232 throw new IllegalArgumentException
288 throw new IllegalArgumentException
328 throw new IllegalArgumentException
  /external/apache-http/src/org/apache/http/protocol/
DefaultedHttpContext.java 52 throw new IllegalArgumentException("HTTP context may not be null");
RequestConnControl.java 58 throw new IllegalArgumentException("HTTP request may not be null");
RequestDate.java 62 throw new IllegalArgumentException
RequestUserAgent.java 59 throw new IllegalArgumentException("HTTP request may not be null");
ResponseServer.java 60 throw new IllegalArgumentException("HTTP request may not be null");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
GeneralSubtree.java 62 throw new IllegalArgumentException("Bad tag number: "
72 throw new IllegalArgumentException("Bad tag number for 'minimum': " + oMin.getTagNo());
81 throw new IllegalArgumentException("Bad tag number for 'maximum': " + oMax.getTagNo());
89 throw new IllegalArgumentException("Bad sequence size: "
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
DESKeyGenerator.java 28 throw new IllegalArgumentException("DES key must be "
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
CBCBlockCipher.java 56 * @exception IllegalArgumentException if the params argument is
62 throws IllegalArgumentException
75 throw new IllegalArgumentException("initialisation vector must be the same length as block size");
89 throw new IllegalArgumentException("cannot change encrypting state without providing key.");
103 throw new IllegalArgumentException("cannot change encrypting state without providing key.");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/
ISO7816d4Padding.java 20 throws IllegalArgumentException
ZeroBytePadding.java 19 throws IllegalArgumentException
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstBoolean.java 56 throw new IllegalArgumentException("bogus value: " + value);
  /external/emma/ant/ant14/com/vladium/emma/ant/
NestedTask.java 28 throw new IllegalArgumentException ("null input: parent");
StringValue.java 49 if (task == null) throw new IllegalArgumentException ("null input: task");
  /external/emma/core/java12/com/vladium/emma/report/
IItemMetadata.java 43 throw new IllegalArgumentException ("invalid type ID: " + typeID);
  /external/eyes-free/AccessCheck/src/com/android/accessibility/
AccessibilityValidationContentHandler.java 89 * @throws IllegalArgumentException
94 File androidSdkPath) throws IllegalArgumentException {
192 * @throws IllegalArgumentException
197 throws IllegalArgumentException {
204 throw new IllegalArgumentException("invalid android sdk path",
207 throw new IllegalArgumentException(
  /external/ganymed-ssh2/examples/
SimpleVerifier.java 19 throw new IllegalArgumentException();
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractConcurrentHashMultisetTest.java 56 } catch (IllegalArgumentException expected) {}
75 } catch (IllegalArgumentException expected) {}
79 } catch (IllegalArgumentException expected) {}
110 } catch (IllegalArgumentException expected) {}
  /external/jmonkeyengine/engine/src/core/com/jme3/input/controls/
MouseAxisTrigger.java 58 throw new IllegalArgumentException("Mouse Axis must be between 0 and 2");

Completed in 516 milliseconds

<<11121314151617181920>>