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

<<21222324252627282930>>

  /external/apache-http/src/org/apache/http/impl/client/
DefaultHttpRequestRetryHandler.java 83 throw new IllegalArgumentException("Exception parameter may not be null");
86 throw new IllegalArgumentException("HTTP context may not be null");
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
RefQueueWorker.java 76 throw new IllegalArgumentException("Queue must not be null.");
79 throw new IllegalArgumentException("Handler must not be null.");
  /external/apache-http/src/org/apache/http/impl/cookie/
NetscapeDomainHandler.java 93 throw new IllegalArgumentException("Cookie may not be null");
96 throw new IllegalArgumentException("Cookie origin may not be null");
NetscapeDraftHeaderParser.java 62 throw new IllegalArgumentException("Char array buffer may not be null");
65 throw new IllegalArgumentException("Parser cursor may not be null");
RFC2965VersionAttributeHandler.java 57 throw new IllegalArgumentException("Cookie may not be null");
81 throw new IllegalArgumentException("Cookie may not be null");
  /external/apache-http/src/org/apache/http/impl/io/
AbstractMessageWriter.java 58 throw new IllegalArgumentException("Session input buffer may not be null");
73 throw new IllegalArgumentException("HTTP message may not be null");
ContentLengthInputStream.java 101 throw new IllegalArgumentException("Input stream may not be null");
104 throw new IllegalArgumentException("Content length may not be negative");
ContentLengthOutputStream.java 79 throw new IllegalArgumentException("Session output buffer may not be null");
82 throw new IllegalArgumentException("Content length may not be negative");
  /external/apache-http/src/org/apache/http/protocol/
RequestTargetHost.java 65 throw new IllegalArgumentException("HTTP request may not be null");
68 throw new IllegalArgumentException("HTTP context may not be null");
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
JAXPVariableStack.java 50 throws TransformerException,IllegalArgumentException {
53 // we need to through IllegalArgumentException
57 throw new IllegalArgumentException( fmsg );
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERGeneralString.java 30 throw new IllegalArgumentException("encoding error in getInstance: " + e.toString());
34 throw new IllegalArgumentException("illegal object in getInstance: "
DERT61String.java 21 * @exception IllegalArgumentException if the object cannot be converted.
39 throw new IllegalArgumentException("encoding error in getInstance: " + e.toString());
43 throw new IllegalArgumentException("illegal object in getInstance: " + obj.getClass().getName());
52 * @exception IllegalArgumentException if the tagged object cannot
DERUTF8String.java 20 * @exception IllegalArgumentException
38 throw new IllegalArgumentException("encoding error in getInstance: " + e.toString());
42 throw new IllegalArgumentException("illegal object in getInstance: "
54 * @exception IllegalArgumentException
DERVisibleString.java 20 * @exception IllegalArgumentException if the object cannot be converted.
38 throw new IllegalArgumentException("encoding error in getInstance: " + e.toString());
42 throw new IllegalArgumentException("illegal object in getInstance: " + obj.getClass().getName());
51 * @exception IllegalArgumentException if the tagged object cannot
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
RSAPublicKeyStructure.java 43 throw new IllegalArgumentException("Invalid RSAPublicKeyStructure: " + obj.getClass().getName());
59 throw new IllegalArgumentException("Bad sequence size: "
X509ExtensionsGenerator.java 72 throw new IllegalArgumentException("error encoding value: " + e);
91 throw new IllegalArgumentException("extension " + oid + " already added");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/agreement/
DHBasicAgreement.java 43 throw new IllegalArgumentException("DHEngine expects DHPrivateKeyParameters");
66 throw new IllegalArgumentException("Diffie-Hellman public key has wrong parameters.");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
PKCS5S1ParametersGenerator.java 60 * @exception IllegalArgumentException if the key length larger than the base hash size.
69 throw new IllegalArgumentException(
86 * @exception IllegalArgumentException if keySize + ivSize is larger than the base hash size.
97 throw new IllegalArgumentException(
112 * @exception IllegalArgumentException if the key length larger than the base hash size.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
SICBlockCipher.java 52 throws IllegalArgumentException
70 throw new IllegalArgumentException("SIC mode requires ParametersWithIV");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECAlgorithms.java 13 throw new IllegalArgumentException("P and Q must be on same curve");
53 throw new IllegalArgumentException("P and Q must be on same curve");
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
CstInsn.java 143 throw new IllegalArgumentException("index < 0");
190 throw new IllegalArgumentException("index < 0");
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
SourcePosition.java 58 throw new IllegalArgumentException("address < -1");
62 throw new IllegalArgumentException("line < -1");
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java 120 if (args == null) throw new IllegalArgumentException ("null input: args");
139 if (av == null) throw new IllegalArgumentException ("null input: args[" + a + "]");
570 if (value == null) throw new IllegalArgumentException ("null input: value");
660 if (opt == null) throw new IllegalArgumentException ("null input: opt");
661 if (optdef == null) throw new IllegalArgumentException ("null input: optdef");
662 if (occuranceName == null) throw new IllegalArgumentException ("null input: occuranceName");
707 if (occuranceName == null) throw new IllegalArgumentException ("null input: occuranceName");
714 if (args == null) throw new IllegalArgumentException ("null input: args");
715 if ((start < 0) || (start > args.length)) throw new IllegalArgumentException ("invalid start index: " + start);
837 if (names == null) throw new IllegalArgumentException ("null input: names")
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
CBCMode.java 27 throws IllegalArgumentException
34 throw new IllegalArgumentException("IV must be " + blockSize
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/digest/
MAC.java 41 throw new IllegalArgumentException("Unkown algorithm " + type);
63 throw new IllegalArgumentException("Unkown algorithm " + type);

Completed in 3747 milliseconds

<<21222324252627282930>>