HomeSort by relevance Sort by last modified time
    Searched refs:IllegalArgumentException (Results 76 - 100 of 2421) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/apache-http/src/org/apache/http/conn/scheme/
PlainSocketFactory.java 90 throw new IllegalArgumentException("Target host may not be null.");
93 throw new IllegalArgumentException("Parameters may not be null.");
137 * @throws IllegalArgumentException if the argument is invalid
140 throws IllegalArgumentException {
143 throw new IllegalArgumentException("Socket may not be null.");
149 throw new IllegalArgumentException
155 throw new IllegalArgumentException("Socket is closed.");
  /external/nist-sip/java/gov/nist/javax/sip/stack/
HopImpl.java 93 HopImpl(String hop) throws IllegalArgumentException {
96 throw new IllegalArgumentException("Null arg!");
116 throw new IllegalArgumentException("Bad port spec");
132 throw new IllegalArgumentException("no host!");
139 throw new IllegalArgumentException("Bad IPv6 reference spec");
146 throw new IllegalArgumentException(hop);
  /libcore/luni/src/main/java/javax/xml/transform/dom/
DOMResult.java 109 * then an <code>IllegalArgumentException</code> is thrown.
111 * then an <code>IllegalArgumentException</code> is thrown.
121 * @throws IllegalArgumentException If <code>nextSibling</code> is not a sibling of <code>node</code>.
122 * @throws IllegalArgumentException If <code>node</code> is <code>null</code> and <code>nextSibling</code> is not <code>null</code>.
132 throw new IllegalArgumentException("Cannot create a DOMResult when the nextSibling is contained by the \"null\" node.");
137 throw new IllegalArgumentException("Cannot create a DOMResult when the nextSibling is not contained by the node.");
159 * then an <code>IllegalArgumentException</code> is thrown.
161 * then an <code>IllegalArgumentException</code> is thrown.
170 * @throws IllegalArgumentException If <code>nextSibling</code> is not a sibling of <code>node</code>.
171 * @throws IllegalArgumentException If <code>node</code> is <code>null</code> and <code>nextSibling</code> is not <code>null</code>
    [all...]
  /dalvik/hit/src/com/android/hit/
Types.java 60 throw new IllegalArgumentException("Illegal type signature: " + type);
87 throw new IllegalArgumentException("Illegal type signature: " + type);
  /external/apache-harmony/crypto/src/test/support/common/java/org/apache/harmony/crypto/tests/support/
MyKeyGeneratorSpi.java 55 throw new IllegalArgumentException("Invalid keysize");
61 throw new IllegalArgumentException("Invalid random");
  /external/apache-http/src/org/apache/http/auth/params/
AuthParams.java 68 throw new IllegalArgumentException("HTTP parameters may not be null");
89 throw new IllegalArgumentException("HTTP parameters may not be null");
  /external/apache-http/src/org/apache/http/entity/
ByteArrayEntity.java 55 throw new IllegalArgumentException("Source byte array may not be null");
74 throw new IllegalArgumentException("Output stream may not be null");
EntityTemplate.java 55 throw new IllegalArgumentException("Content producer may not be null");
74 throw new IllegalArgumentException("Output stream may not be null");
  /external/apache-http/src/org/apache/http/impl/conn/
Wire.java 90 throw new IllegalArgumentException("Output may not be null");
98 throw new IllegalArgumentException("Input may not be null");
106 throw new IllegalArgumentException("Output may not be null");
114 throw new IllegalArgumentException("Input may not be null");
122 throw new IllegalArgumentException("Output may not be null");
130 throw new IllegalArgumentException("Input may not be null");
148 throw new IllegalArgumentException("Output may not be null");
156 throw new IllegalArgumentException("Input may not be null");
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicExpiresHandler.java 44 throw new IllegalArgumentException("Array of date patterns may not be null");
52 throw new IllegalArgumentException("Cookie may not be null");
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DERExternalParser.java 31 catch (IllegalArgumentException e)
47 catch (IllegalArgumentException ioe)
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/params/
RSAKeyGenerationParameters.java 24 throw new IllegalArgumentException("key strength too small");
32 throw new IllegalArgumentException("public exponent cannot be even");
  /frameworks/base/core/java/android/content/res/
ObbScanner.java 35 * @throws IllegalArgumentException if the OBB file couldn't be found
40 throw new IllegalArgumentException("file path cannot be null");
45 throw new IllegalArgumentException("OBB file does not exist: " + filePath);
  /frameworks/base/core/java/android/database/
Observable.java 35 * @throws IllegalArgumentException the observer is null
40 throw new IllegalArgumentException("The observer is null.");
54 * @throws IllegalArgumentException the observer is null
59 throw new IllegalArgumentException("The observer is null.");
  /frameworks/base/location/java/android/location/
Geocoder.java 116 * @throws IllegalArgumentException if latitude is
118 * @throws IllegalArgumentException if longitude is
126 throw new IllegalArgumentException("latitude == " + latitude);
129 throw new IllegalArgumentException("longitude == " + longitude);
165 * @throws IllegalArgumentException if locationName is null
171 throw new IllegalArgumentException("locationName == null");
215 * @throws IllegalArgumentException if locationName is null
216 * @throws IllegalArgumentException if any latitude is
218 * @throws IllegalArgumentException if any longitude is
227 throw new IllegalArgumentException("locationName == null")
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
MyKeyGeneratorSpi.java 56 throw new IllegalArgumentException("Invalid keysize");
62 throw new IllegalArgumentException("Invalid random");
  /packages/apps/Email/src/com/beetstra/jutf7/
Base64Util.java 64 * @throws IllegalArgumentException if alphabet is not 64 characters long or
70 throw new IllegalArgumentException("alphabet has incorrect length (should be 64, not "
77 throw new IllegalArgumentException("invalid character in alphabet: " + ch);
  /external/emma/core/java12/com/vladium/util/
WCMatcher.java 23 if (pattern == null) throw new IllegalArgumentException ("null input: pattern");
120 if (s == null) throw new IllegalArgumentException ("null input: s");
127 if (chars == null) throw new IllegalArgumentException ("null input: chars");
139 if (s == null) throw new IllegalArgumentException ("null input: s");
146 if (chars == null) throw new IllegalArgumentException ("null input: chars");
158 if (s == null) throw new IllegalArgumentException ("null input: s");
165 if (chars == null) throw new IllegalArgumentException ("null input: chars");
196 if (s == null) throw new IllegalArgumentException ("null input: s");
203 if (chars == null) throw new IllegalArgumentException ("null input: chars");
235 if (s == null) throw new IllegalArgumentException ("null input: s")
    [all...]
  /frameworks/base/media/java/android/media/
MediaMetadataRetriever.java 58 * @throws IllegalArgumentException If the path is invalid.
60 public native void setDataSource(String path) throws IllegalArgumentException;
69 * @throws IllegalArgumentException If the URI is invalid.
72 throws IllegalArgumentException {
86 throws IllegalArgumentException;
99 * @throws IllegalArgumentException if the arguments are invalid
102 throws IllegalArgumentException;
111 * @throws IllegalArgumentException if the FileDescriptor is invalid
114 throws IllegalArgumentException {
125 * @throws IllegalArgumentException if the Uri is invali
    [all...]
  /frameworks/base/media/java/android/media/audiofx/
Equalizer.java 139 * @throws java.lang.IllegalArgumentException
144 throws IllegalStateException, IllegalArgumentException,
179 * @throws IllegalArgumentException
183 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
201 * @throws IllegalArgumentException
205 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
218 * @throws IllegalArgumentException
223 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
239 * @throws IllegalArgumentException
243 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException
    [all...]
  /frameworks/base/obex/javax/obex/
HeaderSet.java 245 * @throws IllegalArgumentException if the header identifier provided is not
260 throw new IllegalArgumentException("Count must be a Long");
264 throw new IllegalArgumentException("Count must be between 0 and 0xFFFFFFFF");
270 throw new IllegalArgumentException("Name must be a String");
276 throw new IllegalArgumentException("Type must be a String");
286 throw new IllegalArgumentException("Length must be a Long");
290 throw new IllegalArgumentException("Length must be between 0 and 0xFFFFFFFF");
296 throw new IllegalArgumentException("Time ISO 8601 must be a Calendar");
302 throw new IllegalArgumentException("Time 4 Byte must be a Calendar");
308 throw new IllegalArgumentException("Description must be a String")
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/
ByteBlock.java 58 throw new IllegalArgumentException("label < 0");
62 throw new IllegalArgumentException("start < 0");
66 throw new IllegalArgumentException("end <= start");
76 throw new IllegalArgumentException("successors[" + i +
  /dalvik/dx/src/com/android/dx/cf/code/
ByteBlock.java 58 throw new IllegalArgumentException("label < 0");
62 throw new IllegalArgumentException("start < 0");
66 throw new IllegalArgumentException("end <= start");
76 throw new IllegalArgumentException("successors[" + i +
  /dalvik/dx/src/com/android/dx/dex/code/
Dop.java 63 throw new IllegalArgumentException("bogus opcode");
67 throw new IllegalArgumentException("bogus family");
71 throw new IllegalArgumentException("bogus nextOpcode");
171 throw new IllegalArgumentException("bogus opcode: " + this);
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
AttributesNameTest.java 34 fail("Should throw IllegalArgumentException");
35 } catch (IllegalArgumentException e) {

Completed in 1515 milliseconds

1 2 34 5 6 7 8 91011>>