/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...] |
/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...] |
TextInputCallbackTest.java | 58 } catch (IllegalArgumentException e) { 63 } catch (IllegalArgumentException e) { 68 } catch (IllegalArgumentException e) { 74 } catch (IllegalArgumentException e) { 80 } catch (IllegalArgumentException e) {
|
/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...] |
HttpProtocolParams.java | 68 throw new IllegalArgumentException("HTTP parameters may not be null"); 84 throw new IllegalArgumentException("HTTP parameters may not be null"); 96 throw new IllegalArgumentException("HTTP parameters may not be null"); 113 throw new IllegalArgumentException("HTTP parameters may not be null"); 125 throw new IllegalArgumentException("HTTP parameters may not be null"); 143 throw new IllegalArgumentException("HTTP parameters may not be null"); 150 throw new IllegalArgumentException("HTTP parameters may not be null"); 157 throw new IllegalArgumentException("HTTP parameters may not be null"); 164 throw new IllegalArgumentException("HTTP parameters may not be null"); 172 throw new IllegalArgumentException("HTTP parameters may not be null") [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();
|
/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();
|
/libcore/luni/src/main/java/java/lang/reflect/ |
Array.java | 61 * @throws IllegalArgumentException 67 throws IllegalArgumentException, ArrayIndexOutOfBoundsException { 98 throw new IllegalArgumentException("Not an array"); 115 * @throws IllegalArgumentException 122 throws IllegalArgumentException, ArrayIndexOutOfBoundsException { 128 throw new IllegalArgumentException("Wrong array type"); 130 throw new IllegalArgumentException("Not an array"); 148 * @throws IllegalArgumentException 155 throws IllegalArgumentException, ArrayIndexOutOfBoundsException { 177 * @throws IllegalArgumentException [all...] |
/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...] |
/libcore/luni/src/main/java/java/io/ |
EmulatedFieldsForLoading.java | 60 * @throws IllegalArgumentException 65 IllegalArgumentException { 94 * @throws IllegalArgumentException 99 IllegalArgumentException { 117 * @throws IllegalArgumentException 122 IllegalArgumentException { 140 * @throws IllegalArgumentException 145 IllegalArgumentException { 163 * @throws IllegalArgumentException 168 IllegalArgumentException { [all...] |