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

<<51525354555657585960>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
AttributedStringTest.java 138 fail("Expected IllegalArgumentException");
139 } catch (IllegalArgumentException e) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
InflaterInputStreamTest.java 140 fail("IllegalArgumentException expected");
141 } catch (IllegalArgumentException iae) {
365 fail("IllegalArgumentException not thrown");
366 } catch (IllegalArgumentException e) {
373 fail("IllegalArgumentException not thrown");
374 } catch (IllegalArgumentException e) {
409 fail("Expected IllegalArgumentException when skip() is called with negative parameter");
410 } catch (IllegalArgumentException e) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLContext1Test.java 233 * method Assertion: throws IllegalArgumentException when provider is null
246 fail("IllegalArgumentException must be thrown when provider is null");
247 } catch (IllegalArgumentException e) {
251 fail("IllegalArgumentException must be thrown when provider is empty");
252 } catch (IllegalArgumentException e) {
330 * method Assertion: throws IllegalArgumentException when provider is null
341 fail("IllegalArgumentException must be thrown when provider is null");
342 } catch (IllegalArgumentException e) {
  /libcore/luni/src/main/java/android/system/
UnixSocketAddress.java 42 throw new IllegalArgumentException("sun_path must not be null");
45 throw new IllegalArgumentException("sun_path exceeds the maximum length");
  /libcore/luni/src/main/java/libcore/io/
NioBufferIterator.java 41 throw new IllegalArgumentException("length < 0");
45 throw new IllegalArgumentException(
  /libcore/luni/src/test/java/libcore/android/system/
StructTimespecTest.java 53 } catch (IllegalArgumentException e) {
60 } catch (IllegalArgumentException e) {
  /libcore/luni/src/test/java/libcore/java/io/
OldByteArrayOutputStreamTest.java 44 fail("Test 2: IllegalArgumentException expected.");
45 } catch (IllegalArgumentException e) {
OldCharArrayWriterTest.java 38 fail("IllegalArgumentException expected.");
39 } catch (IllegalArgumentException e) {
  /libcore/luni/src/test/java/libcore/java/util/
OldPriorityQueueTest.java 35 fail("IllegalArgumentException expected");
36 } catch (IllegalArgumentException e) {
  /libcore/luni/src/test/java/libcore/java/util/jar/
OldJarEntryTest.java 121 fail("IllegalArgumentException expected");
122 } catch (IllegalArgumentException ee) {
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyPairGenerator3Test.java 91 NoSuchProviderException, IllegalArgumentException {
117 NoSuchProviderException, IllegalArgumentException {
  /libcore/ojluni/src/main/java/java/net/
URISyntaxException.java 58 * @throws IllegalArgumentException
66 throw new IllegalArgumentException();
  /libcore/ojluni/src/main/java/java/nio/channels/
FileLock.java 144 * @throws IllegalArgumentException
151 throw new IllegalArgumentException("Negative position");
153 throw new IllegalArgumentException("Negative size");
155 throw new IllegalArgumentException("Negative position + size");
180 * @throws IllegalArgumentException
189 throw new IllegalArgumentException("Negative position");
191 throw new IllegalArgumentException("Negative size");
193 throw new IllegalArgumentException("Negative position + size");
  /libcore/ojluni/src/main/java/java/security/spec/
ECFieldFp.java 49 * @exception IllegalArgumentException if {@code p}
54 throw new IllegalArgumentException("p is not positive");
  /libcore/ojluni/src/main/java/java/util/concurrent/
BlockingQueue.java 197 * @throws IllegalArgumentException if some property of the specified
216 * @throws IllegalArgumentException if some property of the specified
230 * @throws IllegalArgumentException if some property of the specified
250 * @throws IllegalArgumentException if some property of the specified
336 * {@code IllegalArgumentException}. Further, the behavior of
347 * @throws IllegalArgumentException if the specified collection is this
360 * {@code IllegalArgumentException}. Further, the behavior of
372 * @throws IllegalArgumentException if the specified collection is this
  /libcore/ojluni/src/main/java/java/util/logging/
Logging.java 89 throw new IllegalArgumentException("Logger " + loggerName +
98 throw new IllegalArgumentException("Unknown level \"" + levelName + "\"");
  /libcore/ojluni/src/main/java/javax/net/ssl/
X509TrustManager.java 52 * @throws IllegalArgumentException if null or zero-length chain
78 * @throws IllegalArgumentException if null or zero-length chain
  /libcore/ojluni/src/main/java/javax/security/auth/callback/
PasswordCallback.java 67 * @exception IllegalArgumentException if {@code prompt} is null or
72 throw new IllegalArgumentException();
  /libcore/ojluni/src/main/java/javax/sql/
ConnectionEvent.java 53 * @throws IllegalArgumentException if <code>con</code> is null.
66 * @throws IllegalArgumentException if <code>con</code> is null.
StatementEvent.java 57 * @throws IllegalArgumentException if <code>con</code> is null.
80 * @throws IllegalArgumentException if <code>con</code> is null.
  /libcore/ojluni/src/main/java/sun/nio/ch/
Net.java 98 // BEGIN Android-changed: Throw IllegalArgumentException not NullPointerException.
100 throw new IllegalArgumentException("sa == null");
101 // END Android-changed: Throw IllegalArgumentException not NullPointerException.
110 throw new IllegalArgumentException("Invalid address type");
285 throw new IllegalArgumentException("Invalid option value");
308 throw new IllegalArgumentException("Invalid send/receive buffer size");
320 throw new IllegalArgumentException("Invalid IP_TOS value");
325 throw new IllegalArgumentException("Invalid TTL/hop value");
  /libcore/ojluni/src/main/java/sun/nio/fs/
AbstractFileSystemProvider.java 75 throw new IllegalArgumentException(attribute);
88 throw new IllegalArgumentException(attributes);
  /packages/apps/Camera2/src/com/android/camera/app/
LegacyLocationProvider.java 96 } catch (IllegalArgumentException ex) {
107 } catch (IllegalArgumentException ex) {
ModuleManagerImpl.java 50 throw new IllegalArgumentException(
54 throw new IllegalArgumentException("Module ID is registered already:" + moduleId);
  /packages/apps/Car/Messenger/src/com/android/car/messenger/
MapMessage.java 43 * @throws IllegalArgumentException If {@code intent} is missing any required fields.
81 throw new IllegalArgumentException(builder.toString());

Completed in 1325 milliseconds

<<51525354555657585960>>