HomeSort by relevance Sort by last modified time
    Searched defs:IllegalArgumentException (Results 1 - 25 of 181) sorted by null

1 2 3 4 5 6 7 8

  /dalvik/dx/tests/081-dex-throws-list/
Blort.java 25 throws Throwable, IllegalArgumentException {
26 throw new IllegalArgumentException();
  /libcore/luni/src/main/java/java/lang/
IllegalArgumentException.java 24 public class IllegalArgumentException extends RuntimeException {
29 * Constructs a new {@code IllegalArgumentException} that includes the
32 public IllegalArgumentException() {
37 * Constructs a new {@code IllegalArgumentException} with the current stack
43 public IllegalArgumentException(String detailMessage) {
48 * Constructs a new {@code IllegalArgumentException} with the current stack
57 public IllegalArgumentException(String message, Throwable cause) {
62 * Constructs a new {@code IllegalArgumentException} with the current stack
69 public IllegalArgumentException(Throwable cause) {
  /libcore/luni/src/main/java/java/io/
CharArrayReader.java 70 * @throws IllegalArgumentException
82 throw new IllegalArgumentException();
Reader.java 91 * @throws IllegalArgumentException
218 * @throws IllegalArgumentException
228 throw new IllegalArgumentException();
StringWriter.java 55 throw new IllegalArgumentException();
LineNumberReader.java 55 * @throws IllegalArgumentException
254 * @throws IllegalArgumentException
265 throw new IllegalArgumentException();
  /libcore/luni/src/main/java/java/nio/
DirectByteBuffers.java 41 * @throws IllegalArgumentException
47 throw new IllegalArgumentException();
76 throw new IllegalArgumentException();
MappedByteBuffer.java 47 throw new IllegalArgumentException();
  /libcore/luni/src/main/java/java/util/
EventObject.java 48 throw new IllegalArgumentException();
AbstractQueue.java 61 * the queue itself, then an IllegalArgumentException will be thrown. If
72 * @throws IllegalArgumentException
82 throw new IllegalArgumentException();
Collections.java 45 throw new IllegalArgumentException();
    [all...]
  /libcore/luni/src/main/java/javax/crypto/spec/
IvParameterSpec.java 61 * @throws IllegalArgumentException
70 throw new IllegalArgumentException();
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
TestClass2.java 21 public TestClass2(int i) throws IllegalArgumentException {
22 throw new IllegalArgumentException();
  /libcore/luni/src/main/java/java/lang/ref/
ReferenceQueue.java 94 * @throws IllegalArgumentException
99 public synchronized Reference<? extends T> remove(long timeout) throws IllegalArgumentException,
102 throw new IllegalArgumentException();
  /libcore/luni/src/main/java/java/net/
URISyntaxException.java 46 * @throws IllegalArgumentException
57 throw new IllegalArgumentException();
  /libcore/luni/src/main/java/org/apache/harmony/nio/internal/
ReadWriteFileChannel.java 40 throw new IllegalArgumentException();
SelectionKeyImpl.java 75 throw new IllegalArgumentException();
ReadOnlyFileChannel.java 45 throw new IllegalArgumentException();
67 throw new IllegalArgumentException();
87 throw new IllegalArgumentException();
  /libcore/luni/src/main/java/java/nio/channels/
FileLock.java 103 throw new IllegalArgumentException();
  /libcore/luni/src/main/java/java/security/
KeyFactory.java 102 * @throws IllegalArgumentException if {@code provider == null || provider.isEmpty()}
108 throw new IllegalArgumentException();
129 * @throws IllegalArgumentException if {@code provider == null}
134 throw new IllegalArgumentException();
  /libcore/luni/src/main/java/org/apache/harmony/security/
UnresolvedPrincipal.java 58 * @throws IllegalArgumentException if <code>klass</code> value
63 throw new IllegalArgumentException();
  /libcore/support/src/test/java/tests/support/
Support_StringWriter.java 47 throw new IllegalArgumentException();
  /external/guava/src/com/google/common/base/
Preconditions.java 30 * throw new IllegalArgumentException("must be positive: " + count);
67 * @throws IllegalArgumentException if {@code expression} is false
71 throw new IllegalArgumentException();
82 * @throws IllegalArgumentException if {@code expression} is false
86 throw new IllegalArgumentException(String.valueOf(errorMessage));
104 * @throws IllegalArgumentException if {@code expression} is false
112 throw new IllegalArgumentException(
271 * @throws IllegalArgumentException if {@code size} is negative
289 * @throws IllegalArgumentException if {@code size} is negative
303 throw new IllegalArgumentException("negative size: " + size)
    [all...]
  /frameworks/base/core/java/android/nfc/
NdefTagConnection.java 59 throw new IllegalArgumentException();
RawTagConnection.java 64 throw new IllegalArgumentException();

Completed in 335 milliseconds

1 2 3 4 5 6 7 8