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

1 2 3 4 5 6 7 8 91011>>

  /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() {
36 * Constructs a new {@code IllegalArgumentException} with the current stack
42 public IllegalArgumentException(String detailMessage) {
47 * Constructs a new {@code IllegalArgumentException} with the current stack
56 public IllegalArgumentException(String message, Throwable cause) {
61 * Constructs a new {@code IllegalArgumentException} with the current stack
68 public IllegalArgumentException(Throwable cause) {
IllegalThreadStateException.java 24 public class IllegalThreadStateException extends IllegalArgumentException {
NumberFormatException.java 24 public class NumberFormatException extends IllegalArgumentException {
  /libcore/luni/src/main/java/java/nio/channels/
IllegalSelectorException.java 23 public class IllegalSelectorException extends IllegalArgumentException {
UnresolvedAddressException.java 23 public class UnresolvedAddressException extends IllegalArgumentException {
UnsupportedAddressTypeException.java 23 public class UnsupportedAddressTypeException extends IllegalArgumentException {
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlSerializer.java 19 * <li><em>IllegalArgumentException</em> - for almost all methods to signal that
50 throws IllegalArgumentException, IllegalStateException;
59 * @exception IllegalArgumentException if feature string is null
78 throws IllegalArgumentException, IllegalStateException;
95 throws IOException, IllegalArgumentException, IllegalStateException;
102 throws IOException, IllegalArgumentException, IllegalStateException;
110 throws IOException, IllegalArgumentException, IllegalStateException;
118 throws IOException, IllegalArgumentException, IllegalStateException;
136 * @param prefix must be not null (or IllegalArgumentException is thrown)
140 throws IOException, IllegalArgumentException, IllegalStateException
    [all...]
  /external/proguard/src/proguard/evaluation/value/
Value.java 48 throw new IllegalArgumentException("Value is not a Category 1 value [" + this.getClass().getName() + "]");
56 throw new IllegalArgumentException("Value is not a Category 2 value [" + this.getClass().getName() + "]");
65 throw new IllegalArgumentException("Value is not an integer value [" + this.getClass().getName() + "]");
73 throw new IllegalArgumentException("Value is not a long value [" + this.getClass().getName() + "]");
81 throw new IllegalArgumentException("Value is not a float value [" + this.getClass().getName() + "]");
89 throw new IllegalArgumentException("Value is not a double value [" + this.getClass().getName() + "]");
97 throw new IllegalArgumentException("Value is not a reference value [" + this.getClass().getName() + "]");
105 throw new IllegalArgumentException("Value is not an instruction offset value [" + this.getClass().getName() + "]");
  /libcore/luni/src/main/java/javax/net/ssl/
SSLSessionContext.java 66 * @throws IllegalArgumentException
69 public void setSessionCacheSize(int size) throws IllegalArgumentException;
77 * @throws IllegalArgumentException
80 public void setSessionTimeout(int seconds) throws IllegalArgumentException;
  /libcore/luni/src/test/java/libcore/java/math/
MathContextTest.java 43 } catch (IllegalArgumentException expected) {
48 } catch (IllegalArgumentException expected) {
55 } catch (IllegalArgumentException expected) {
62 } catch (IllegalArgumentException expected) {
67 } catch (IllegalArgumentException expected) {
72 } catch (IllegalArgumentException expected) {
79 } catch (IllegalArgumentException expected) {
84 } catch (IllegalArgumentException expected) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
IllegalArgumentExceptionTest.java 27 * @tests java.lang.IllegalArgumentException#IllegalArgumentException()
30 IllegalArgumentException e = new IllegalArgumentException();
37 * @tests java.lang.IllegalArgumentException#IllegalArgumentException(java.lang.String)
40 IllegalArgumentException e = new IllegalArgumentException("fixture");
46 * @tests {@link java.lang.IllegalArgumentException#IllegalArgumentException(Throwable)
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ArrayTest.java 46 try { Array.getBoolean(bytes, 0); fail(); } catch (IllegalArgumentException expected) {}
47 try { Array.getBoolean(chars, 0); fail(); } catch (IllegalArgumentException expected) {}
48 try { Array.getBoolean(doubles, 0); fail(); } catch (IllegalArgumentException expected) {}
49 try { Array.getBoolean(floats, 0); fail(); } catch (IllegalArgumentException expected) {}
50 try { Array.getBoolean(ints, 0); fail(); } catch (IllegalArgumentException expected) {}
51 try { Array.getBoolean(longs, 0); fail(); } catch (IllegalArgumentException expected) {}
52 try { Array.getBoolean(shorts, 0); fail(); } catch (IllegalArgumentException expected) {}
57 try { Array.getByte(booleans, 0); fail(); } catch (IllegalArgumentException expected) {}
59 try { Array.getByte(chars, 0); fail(); } catch (IllegalArgumentException expected) {}
60 try { Array.getByte(doubles, 0); fail(); } catch (IllegalArgumentException expected) {
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
DHGexParameters.java 50 throw new IllegalArgumentException("pref_group_len out of range!");
74 throw new IllegalArgumentException("min_group_len out of range!");
77 throw new IllegalArgumentException("pref_group_len out of range!");
80 throw new IllegalArgumentException("max_group_len out of range!");
83 throw new IllegalArgumentException("pref_group_len is incompatible with min and max!");
86 throw new IllegalArgumentException("max_group_len must not be smaller than min_group_len!");
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/
ConfirmationCallbackTest.java 52 public final void testConfirmationCallback_01() throws IllegalArgumentException {
57 } catch (IllegalArgumentException e){}
65 public final void testConfirmationCallback_02() throws IllegalArgumentException{
69 }catch (IllegalArgumentException e){}
73 } catch (IllegalArgumentException e){}
77 } catch (IllegalArgumentException e){}
86 public final void testConfirmationCallback_03() throws IllegalArgumentException {
89 } catch(IllegalArgumentException e){}
92 } catch(IllegalArgumentException e){}
96 } catch(IllegalArgumentException e){
    [all...]
  /external/apache-http/src/org/apache/http/params/
HttpConnectionParams.java 65 throw new IllegalArgumentException("HTTP parameters may not be null");
80 throw new IllegalArgumentException("HTTP parameters may not be null");
94 throw new IllegalArgumentException("HTTP parameters may not be null");
112 throw new IllegalArgumentException("HTTP parameters may not be null");
119 throw new IllegalArgumentException("HTTP parameters may not be null");
127 throw new IllegalArgumentException("HTTP parameters may not be null");
140 throw new IllegalArgumentException("HTTP parameters may not be null");
157 throw new IllegalArgumentException("HTTP parameters may not be null");
170 throw new IllegalArgumentException("HTTP parameters may not be null");
184 throw new IllegalArgumentException("HTTP parameters may not be null")
    [all...]
  /cts/tests/tests/location/src/android/location/cts/
GeocoderTest.java 55 fail("should throw IllegalArgumentException");
56 } catch (IllegalArgumentException e) {
62 fail("should throw IllegalArgumentException");
63 } catch (IllegalArgumentException e) {
69 fail("should throw IllegalArgumentException");
70 } catch (IllegalArgumentException e) {
76 fail("should throw IllegalArgumentException");
77 } catch (IllegalArgumentException e) {
93 fail("should throw IllegalArgumentException");
94 } catch (IllegalArgumentException e)
    [all...]
  /external/apache-harmony/annotation/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
AnnotationFormatErrorTest.java 41 IllegalArgumentException iae = new IllegalArgumentException();
51 IllegalArgumentException iae = new IllegalArgumentException();
  /frameworks/base/media/java/android/media/
MediaSyncEvent.java 53 * @throws java.lang.IllegalArgumentException
56 throws IllegalArgumentException {
58 throw (new IllegalArgumentException(eventType
82 * @throws java.lang.IllegalArgumentException
85 throws IllegalArgumentException {
89 throw (new IllegalArgumentException(audioSessionId + " is not a valid session ID."));
  /libcore/luni/src/main/java/java/security/
InvalidParameterException.java 24 public class InvalidParameterException extends IllegalArgumentException {
  /libcore/luni/src/main/java/java/util/
IllegalFormatException.java 28 public class IllegalFormatException extends IllegalArgumentException implements
  /libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
AnnotationFormatErrorTest.java 31 IllegalArgumentException iae = new IllegalArgumentException();
37 IllegalArgumentException iae = new IllegalArgumentException();
  /external/apache-http/src/org/apache/http/impl/
NoConnectionReuseStrategy.java 56 throw new IllegalArgumentException("HTTP response may not be null");
59 throw new IllegalArgumentException("HTTP context may not be null");
  /external/apache-http/src/org/apache/http/util/
EncodingUtils.java 66 throw new IllegalArgumentException("Parameter may not be null");
70 throw new IllegalArgumentException("charset may not be null or empty");
92 throw new IllegalArgumentException("Parameter may not be null");
108 throw new IllegalArgumentException("data may not be null");
112 throw new IllegalArgumentException("charset may not be null or empty");
131 throw new IllegalArgumentException("Parameter may not be null");
154 throw new IllegalArgumentException("Parameter may not be null");
174 throw new IllegalArgumentException("Parameter may not be null");
  /frameworks/base/opengl/java/android/opengl/
GLUtils.java 53 throw new IllegalArgumentException("bitmap is recycled");
57 throw new IllegalArgumentException("Unknown internalformat");
66 * @throws IllegalArgumentException if the bitmap does not have a type.
75 throw new IllegalArgumentException("bitmap is recycled");
79 throw new IllegalArgumentException("Unknown type");
112 throw new IllegalArgumentException("bitmap is recycled");
115 throw new IllegalArgumentException("invalid Bitmap format");
138 throw new IllegalArgumentException("bitmap is recycled");
141 throw new IllegalArgumentException("invalid Bitmap format");
160 throw new IllegalArgumentException("bitmap is recycled")
    [all...]

Completed in 425 milliseconds

1 2 3 4 5 6 7 8 91011>>