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

<<11121314151617181920>>

  /frameworks/base/services/java/com/android/server/
NativeDaemonConnectorException.java 55 public IllegalArgumentException rethrowAsParcelableException() {
  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pUpnpServiceRequest.java 75 throw new IllegalArgumentException("search target cannot be null");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/
DirectByteBufferTest.java 42 } catch (IllegalArgumentException e) {
HeapByteBufferTest.java 44 } catch (IllegalArgumentException e) {
  /libcore/libart/src/main/java/sun/misc/
Unsafe.java 67 throw new IllegalArgumentException("valid for instance fields only");
82 throw new IllegalArgumentException("Valid for array classes only: " + clazz);
101 throw new IllegalArgumentException("Valid for array classes only: " + clazz);
329 throw new IllegalArgumentException("valid for Threads only");
  /libcore/libdvm/src/main/java/sun/misc/
Unsafe.java 67 throw new IllegalArgumentException(
92 throw new IllegalArgumentException(
115 throw new IllegalArgumentException(
341 throw new IllegalArgumentException("valid for Threads only");
  /libcore/luni/src/main/java/java/net/
DatagramPacket.java 182 throw new IllegalArgumentException();
244 throw new IllegalArgumentException("Port out of range: " + aPort);
310 throw new IllegalArgumentException("Socket address not an InetSocketAddress: " +
315 throw new IllegalArgumentException("Socket address unresolved: " + sockAddr);
  /libcore/luni/src/main/java/java/nio/
Buffer.java 100 throw new IllegalArgumentException("capacity < 0: " + capacity);
274 throw new IllegalArgumentException("Read-only buffer");
299 * @exception IllegalArgumentException
304 throw new IllegalArgumentException("Bad limit (capacity " + capacity + "): " + newLimit);
347 * @exception IllegalArgumentException
357 throw new IllegalArgumentException("Bad position (limit " + limit + "): " + newPosition);
  /libcore/luni/src/main/java/java/nio/charset/
CoderResult.java 108 * @throws IllegalArgumentException
112 throws IllegalArgumentException {
124 throw new IllegalArgumentException("length <= 0: " + length);
136 * @throws IllegalArgumentException
140 throws IllegalArgumentException {
152 throw new IllegalArgumentException("length <= 0: " + length);
  /libcore/luni/src/main/java/java/security/spec/
EllipticCurve.java 56 * @throws IllegalArgumentException
85 throw new IllegalArgumentException("the a is not in the field");
88 throw new IllegalArgumentException("the b is not in the field");
93 throw new IllegalArgumentException("the a is not in the field");
96 throw new IllegalArgumentException("the b is not in the field");
111 * @throws IllegalArgumentException
  /libcore/luni/src/main/java/java/util/
AbstractQueue.java 62 * @throws IllegalArgumentException if some property of this element
125 * <tt>IllegalArgumentException</tt>. Further, the behavior of
144 * @throws IllegalArgumentException if some property of an element of the
155 throw new IllegalArgumentException("c == this");
  /libcore/luni/src/main/java/javax/net/ssl/
KeyStoreBuilderParameters.java 56 * @throws IllegalArgumentException
64 throw new IllegalArgumentException("parameters.isEmpty()");
  /libcore/luni/src/main/java/libcore/icu/
NativeIDN.java 27 } catch (IllegalArgumentException ex) {
  /libcore/luni/src/main/java/libcore/net/url/
FtpHandler.java 49 * @throws IllegalArgumentException
57 throw new IllegalArgumentException("url == null || proxy == null");
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1_MessageDigestImpl.java 187 * @throws IllegalArgumentException
200 throw new IllegalArgumentException("buf == null");
203 throw new IllegalArgumentException();
282 * @throws IllegalArgumentException
290 throw new IllegalArgumentException("input == null");
299 throw new IllegalArgumentException();
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLSocketTest.java 81 } catch (IllegalArgumentException expected) {
108 } catch (IllegalArgumentException expected) {
113 } catch (IllegalArgumentException expected) {
122 } catch (IllegalArgumentException expectedOnAndroid) {
129 } catch (IllegalArgumentException expectedOnAndroid) {
156 } catch (IllegalArgumentException expected) {
191 } catch (IllegalArgumentException expected) {
197 } catch (IllegalArgumentException expected) {
233 } catch (IllegalArgumentException expected) {
248 } catch (IllegalArgumentException expected)
    [all...]
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MyKeyPairGeneratorSpi.java 45 throw new IllegalArgumentException("Invalid random");
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
SSLSocketFactory.java 251 throw new IllegalArgumentException("Keystore may not be null");
262 throw new IllegalArgumentException("Keystore may not be null");
293 throw new IllegalArgumentException("Target host may not be null.");
296 throw new IllegalArgumentException("Parameters may not be null.");
351 * @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.");
396 throw new IllegalArgumentException("Hostname verifier may not be null")
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
NotFileFilter.java 39 * @throws IllegalArgumentException if the filter is null
43 throw new IllegalArgumentException("The filter must not be null");
SizeFileFilter.java 53 * @throws IllegalArgumentException if the size is negative
66 * @throws IllegalArgumentException if the size is negative
70 throw new IllegalArgumentException("The size must be non-negative");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
Overlay.java 65 throw new IllegalArgumentException("paint() not implemented, probably done "
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLBooleanProperty.java 55 throw new IllegalArgumentException("Attempt to set non-boolean value for " //$NON-NLS-1$
GLStringProperty.java 39 throw new IllegalArgumentException("Attempt to set non-string value for " //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
NativeAbi.java 44 throw new IllegalArgumentException("Unknown abi: " + abi);
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
InsnFormat.java 390 throw new IllegalArgumentException("bogus insn");
406 throw new IllegalArgumentException("arg out of range 0..255");
412 throw new IllegalArgumentException("opcode out of range 0..255");
427 throw new IllegalArgumentException("low out of range 0..255");
431 throw new IllegalArgumentException("high out of range 0..255");
448 throw new IllegalArgumentException("n0 out of range 0..15");
452 throw new IllegalArgumentException("n1 out of range 0..15");
456 throw new IllegalArgumentException("n2 out of range 0..15");
460 throw new IllegalArgumentException("n3 out of range 0..15");
475 throw new IllegalArgumentException("low out of range 0..15")
    [all...]

Completed in 1040 milliseconds

<<11121314151617181920>>