HomeSort by relevance Sort by last modified time
    Searched refs:IllegalArgumentException (Results 226 - 250 of 2413) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/apache-http/src/org/apache/http/util/
EntityUtils.java 62 throw new IllegalArgumentException("HTTP entity may not be null");
69 throw new IllegalArgumentException("HTTP entity too large to be buffered in memory");
92 throw new IllegalArgumentException("HTTP entity may not be null");
110 throw new IllegalArgumentException("HTTP entity may not be null");
117 throw new IllegalArgumentException("HTTP entity too large to be buffered in memory");
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x9/
DHDomainParameters.java 37 throw new IllegalArgumentException("Invalid DHDomainParameters: "
46 throw new IllegalArgumentException("'p' cannot be null");
50 throw new IllegalArgumentException("'g' cannot be null");
54 throw new IllegalArgumentException("'q' cannot be null");
68 throw new IllegalArgumentException("Bad sequence size: " + seq.size());
  /frameworks/base/core/tests/coretests/src/android/database/
MatrixCursorTest.java 88 } catch (IllegalArgumentException e) { /* expected */ }
101 } catch (IllegalArgumentException e) { /* expected */ }
107 } catch (IllegalArgumentException e) { /* expected */ }
121 } catch (IllegalArgumentException e) { /* expected */ }
128 } catch (IllegalArgumentException e) { /* expected */ }
  /frameworks/base/media/java/android/media/videoeditor/
MediaVideoItem.java 121 throw new IllegalArgumentException(e.getMessage() + " : " + filename);
133 throw new IllegalArgumentException(
141 throw new IllegalArgumentException(
145 throw new IllegalArgumentException(
155 throw new IllegalArgumentException("Unsupported Input File Type");
165 throw new IllegalArgumentException("Unsupported Video Codec Format in Input File");
208 * @throws IllegalArgumentException if the start time is greater or equal than
214 throw new IllegalArgumentException("setExtractBoundaries: Invalid start time");
218 throw new IllegalArgumentException("setExtractBoundaries: Invalid end time");
222 throw new IllegalArgumentException("setExtractBoundaries: Start time is greater than end time")
    [all...]
  /libcore/luni/src/main/java/javax/xml/namespace/
QName.java 132 * <code>IllegalArgumentException</code> is thrown.
174 * <code>IllegalArgumentException</code> is thrown.
179 * <code>IllegalArgumentException</code> is thrown. Use {@link
206 throw new IllegalArgumentException("local part cannot be \"null\" when creating a QName");
212 throw new IllegalArgumentException("prefix cannot be \"null\" when creating a QName");
221 * <code>IllegalArgumentException</code> is thrown.
392 * <code>IllegalArgumentException</code> is thrown.</p>
429 throw new IllegalArgumentException("cannot create QName from \"null\" or \"\" String");
450 throw new IllegalArgumentException(
461 throw new IllegalArgumentException(
    [all...]
  /libcore/luni/src/main/java/javax/xml/validation/
SchemaFactory.java 155 * <p>If everything fails, {@link IllegalArgumentException} will be thrown.</p>
174 * @throws IllegalArgumentException
192 throw new IllegalArgumentException(schemaLanguage);
200 * @throws IllegalArgumentException if {@code factoryClassName} is not available, cannot be
218 throw new IllegalArgumentException(schemaLanguage);
222 throw new IllegalArgumentException(e);
224 throw new IllegalArgumentException(e);
226 throw new IllegalArgumentException(e);
239 * @throws IllegalArgumentException If <code>schemaLanguage.length() == 0</code>
621 * @throws IllegalArgumentException
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldDecimalFormatTestICU.java 58 fail("expected IllegalArgumentException was not thrown for "
60 } catch (IllegalArgumentException e) {
66 fail("expected IllegalArgumentException was not thrown for "
68 } catch (IllegalArgumentException e) {
91 fail("expected IllegalArgumentException was not thrown for"
93 } catch (IllegalArgumentException e) {
99 fail("expected IllegalArgumentException was not thrown for "
101 } catch (IllegalArgumentException e) {
128 fail("expected IllegalArgumentException was not thrown for "
130 } catch (IllegalArgumentException e)
    [all...]
BreakIteratorTest.java 102 } catch (IllegalArgumentException expected) {
114 } catch (IllegalArgumentException expected) {
126 } catch (IllegalArgumentException expected) {
138 } catch (IllegalArgumentException expected) {
150 } catch (IllegalArgumentException expected) {
161 } catch (IllegalArgumentException expected) {
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
RC2ParameterSpecTest.java 25 import java.lang.IllegalArgumentException;
40 * Tests that IllegalArgumentException is thrown in the case of
50 fail("An IllegalArgumentException should be thrown "
52 } catch (IllegalArgumentException e) {
57 fail("An IllegalArgumentException should be thrown "
59 } catch (IllegalArgumentException e) {
71 * testing. Tests that IllegalArgumentException is thrown in the case of
82 fail("An IllegalArgumentException should be thrown "
84 } catch (IllegalArgumentException e) {
89 fail("An IllegalArgumentException should be thrown
    [all...]
  /libcore/luni/src/main/java/java/net/
DatagramSocket.java 100 throw new IllegalArgumentException("Port out of range: " + aPort);
275 throw new IllegalArgumentException("Packet address mismatch with connected address");
315 throw new IllegalArgumentException("size < 1");
326 throw new IllegalArgumentException("size < 1");
345 throw new IllegalArgumentException("timeout < 0");
392 * @throws IllegalArgumentException
400 throw new IllegalArgumentException("Local address not an InetSocketAddress: " +
440 * @throws IllegalArgumentException
452 throw new IllegalArgumentException("Local address not an InetSocketAddress: " +
476 throw new IllegalArgumentException("peer == null")
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/kerberos/
KerberosPrincipalTest.java 54 fail("No expected IllegalArgumentException for null");
55 } catch (IllegalArgumentException e) {
68 fail("No expected IllegalArgumentException for: " + illegalName);
69 } catch (IllegalArgumentException e) {
95 fail("No expected IllegalArgumentException for null");
96 } catch (IllegalArgumentException e) {
102 fail("No expected IllegalArgumentException for -1 nameType value");
103 } catch (IllegalArgumentException e) {
109 fail("No expected IllegalArgumentException 6 nameType value");
110 } catch (IllegalArgumentException e)
    [all...]
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
RC5ParameterSpecTest.java 39 * testing. Tests that IllegalArgumentException is thrown in the case of
51 fail("An IllegalArgumentException should be thrown "
53 } catch (IllegalArgumentException e) {
58 fail("An IllegalArgumentException should be thrown "
60 } catch (IllegalArgumentException e) {
65 fail("An IllegalArgumentException should be thrown "
67 } catch (IllegalArgumentException e) {
80 * offset) method testing. Tests that IllegalArgumentException is thrown in
93 fail("An IllegalArgumentException should be thrown "
95 } catch (IllegalArgumentException e)
    [all...]
  /frameworks/base/core/java/android/net/
NetworkUtils.java 128 throws IllegalArgumentException {
131 throw new IllegalArgumentException("Not an IPv4 address");
143 throws IllegalArgumentException {
145 throw new IllegalArgumentException("Invalid prefix length (0 <= prefix <= 32)");
163 * but it will throw an IllegalArgumentException in that case.
169 throws IllegalArgumentException {
227 throws IllegalArgumentException {
236 throw new IllegalArgumentException(e);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyPairGenerator2Test.java 149 fail("IllegalArgumentException must be thrown for null random");
150 } catch (IllegalArgumentException e) {
164 fail("IllegalArgumentException must be thrown for null random");
165 } catch (IllegalArgumentException e) {
214 * throws IllegalArgumentException when provider is null;
220 NoSuchProviderException, IllegalArgumentException,
241 fail("IllegalArgumentException must be thrown when provider is null (algorithm: "
243 } catch (IllegalArgumentException e) {
276 * throws IllegalArgumentException when provider is null;
280 IllegalArgumentException, InvalidAlgorithmParameterException
    [all...]
MessageDigest1Test.java 64 fail("No expected IllegalArgumentException");
65 } catch (IllegalArgumentException e) {
70 fail("No expected IllegalArgumentException");
71 } catch (IllegalArgumentException e) {
76 fail("No expected IllegalArgumentException");
77 } catch (IllegalArgumentException e) {
154 fail("No expected IllegalArgumentException");
155 } catch (IllegalArgumentException e) {
160 fail("No expected IllegalArgumentException");
161 } catch (IllegalArgumentException e)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyPairGenerator2Test.java 152 fail("IllegalArgumentException must be thrown for null random");
153 } catch (IllegalArgumentException e) {
167 fail("IllegalArgumentException must be thrown for null random");
168 } catch (IllegalArgumentException e) {
217 * throws IllegalArgumentException when provider is null;
223 NoSuchProviderException, IllegalArgumentException,
244 fail("IllegalArgumentException must be thrown when provider is null (algorithm: "
246 } catch (IllegalArgumentException e) {
279 * throws IllegalArgumentException when provider is null;
283 IllegalArgumentException, InvalidAlgorithmParameterException
    [all...]
  /libcore/luni/src/main/java/java/lang/reflect/
Field.java 252 * IllegalArgumentException is thrown.
263 * @throws IllegalArgumentException
268 public Object get(Object object) throws IllegalAccessException, IllegalArgumentException {
279 * method, an IllegalArgumentException is thrown.
290 * @throws IllegalArgumentException
296 IllegalArgumentException {
307 * method, an IllegalArgumentException is thrown.
318 * @throws IllegalArgumentException
323 public byte getByte(Object object) throws IllegalAccessException, IllegalArgumentException {
334 * method, an IllegalArgumentException is thrown
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListAdapter.java 320 } catch (IllegalArgumentException e) {
326 } catch (IllegalArgumentException e) {
332 } catch (IllegalArgumentException e) {
338 } catch (IllegalArgumentException e) {
344 } catch (IllegalArgumentException e) {
350 } catch (IllegalArgumentException e) {
356 } catch (IllegalArgumentException e) {
362 } catch (IllegalArgumentException e) {
368 } catch (IllegalArgumentException e) {
374 } catch (IllegalArgumentException e)
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/
DefaultClientConnectionOperator.java 86 throw new IllegalArgumentException
108 throw new IllegalArgumentException
112 throw new IllegalArgumentException
118 throw new IllegalArgumentException
122 throw new IllegalArgumentException
204 throw new IllegalArgumentException
208 throw new IllegalArgumentException
213 throw new IllegalArgumentException
217 throw new IllegalArgumentException
223 throw new IllegalArgumentException
    [all...]
  /libcore/luni/src/main/java/javax/xml/parsers/
SAXParser.java 117 * @throws IllegalArgumentException If the given InputStream is null.
127 throw new IllegalArgumentException("InputStream cannot be null");
144 * @throws IllegalArgumentException If the given <code>InputStream</code> is
158 throw new IllegalArgumentException("InputStream cannot be null");
174 * @throws IllegalArgumentException If the given InputStream is null.
183 throw new IllegalArgumentException("InputStream cannot be null");
199 * @throws IllegalArgumentException If the given InputStream is null.
211 throw new IllegalArgumentException("InputStream cannot be null");
229 * @throws IllegalArgumentException If the uri is null.
238 throw new IllegalArgumentException("uri cannot be null")
    [all...]
  /frameworks/base/location/java/android/location/
LocationManager.java 318 * @throws IllegalArgumentException if name is null
324 throw new IllegalArgumentException("name==null");
350 throw new IllegalArgumentException("criteria==null");
384 throw new IllegalArgumentException("criteria==null");
434 * @throws IllegalArgumentException if provider or listener is null
441 throw new IllegalArgumentException("provider==null");
444 throw new IllegalArgumentException("listener==null");
491 * @throws IllegalArgumentException if provider is null or doesn't exist
492 * @throws IllegalArgumentException if listener is null
499 throw new IllegalArgumentException("provider==null")
    [all...]
Criteria.java 123 * @throws IllegalArgumentException if accuracy is not one of the supported constants
127 throw new IllegalArgumentException("accuracy=" + accuracy);
147 * @throws IllegalArgumentException if accuracy is not one of the supported constants
151 throw new IllegalArgumentException("accuracy=" + accuracy);
171 * @throws IllegalArgumentException if accuracy is not one of the supported constants
175 throw new IllegalArgumentException("accuracy=" + accuracy);
195 * @throws IllegalArgumentException if accuracy is not one of the supported constants
199 throw new IllegalArgumentException("accuracy=" + accuracy);
219 * @throws IllegalArgumentException if accuracy is not one of the supported constants
223 throw new IllegalArgumentException("accuracy=" + accuracy)
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/
SourcePathCache.java 39 if (sourcepath == null) throw new IllegalArgumentException ("null input: sourcepath");
61 if (sourcepath == null) throw new IllegalArgumentException ("null input: sourcepath");
83 if (packageVMName == null) throw new IllegalArgumentException ("null input: packageVMName");
84 if (name == null) throw new IllegalArgumentException ("null input: name");
168 throw new IllegalArgumentException ("null input: extension");
174 throw new IllegalArgumentException ("empty input: extension");
  /frameworks/base/core/java/android/content/
SyncAdapterType.java 40 throw new IllegalArgumentException("the authority must not be empty: " + authority);
43 throw new IllegalArgumentException("the accountType must not be empty: " + accountType);
62 throw new IllegalArgumentException("the authority must not be empty: " + authority);
65 throw new IllegalArgumentException("the accountType must not be empty: " + accountType);
79 throw new IllegalArgumentException("the authority must not be empty: " + authority);
82 throw new IllegalArgumentException("the accountType must not be empty: " + accountType);
  /frameworks/base/drm/java/android/drm/
DrmManagerClient.java 323 throw new IllegalArgumentException("Given usage or path is invalid/null");
338 throw new IllegalArgumentException("Given path is invalid/null");
354 throw new IllegalArgumentException("Uri should be non null");
369 throw new IllegalArgumentException("Uri should be non null");
392 throw new IllegalArgumentException("Given drmRights or contentPath is not valid");
409 throw new IllegalArgumentException(
425 throw new IllegalArgumentException("Path or the mimetype should be non null");
440 throw new IllegalArgumentException("Uri or the mimetype should be non null");
453 throw new IllegalArgumentException("Given drmInfo is invalid/null");
473 throw new IllegalArgumentException("Given drmInfoRequest is invalid/null")
    [all...]

Completed in 2830 milliseconds

1 2 3 4 5 6 7 8 91011>>