HomeSort by relevance Sort by last modified time
    Searched refs:IllegalArgumentException (Results 1 - 25 of 3537) 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 {
  /external/objenesis/tck/src/org/objenesis/tck/candidates/
ConstructorThrowingException.java 24 throw new IllegalArgumentException("Constructor throwing an exception");
ConstructorWithMandatoryArguments.java 25 throw new IllegalArgumentException("Need arguments");
SerializableConstructorThrowingException.java 28 throw new IllegalArgumentException("Constructor throwing an exception");
  /external/smack/src/org/xbill/DNS/
InvalidDClassException.java 11 public class InvalidDClassException extends IllegalArgumentException {
InvalidTTLException.java 11 public class InvalidTTLException extends IllegalArgumentException {
InvalidTypeException.java 11 public class InvalidTypeException extends IllegalArgumentException {
RelativeNameException.java 12 public class RelativeNameException 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 71 fail("should throw IllegalArgumentException");
72 } catch (IllegalArgumentException e) {
78 fail("should throw IllegalArgumentException");
79 } catch (IllegalArgumentException e) {
85 fail("should throw IllegalArgumentException");
86 } catch (IllegalArgumentException e) {
92 fail("should throw IllegalArgumentException");
93 } catch (IllegalArgumentException e) {
122 fail("should throw IllegalArgumentException");
123 } catch (IllegalArgumentException e)
    [all...]
  /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/harmony-tests/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
AnnotationFormatErrorTest.java 41 IllegalArgumentException iae = new IllegalArgumentException();
51 IllegalArgumentException iae = new IllegalArgumentException();

Completed in 532 milliseconds

1 2 3 4 5 6 7 8 91011>>