/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
|
/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...] |
/external/smack/src/org/apache/harmony/javax/security/auth/callback/ |
ConfirmationCallback.java | 65 throw new IllegalArgumentException("auth.16"); //$NON-NLS-1$ 71 throw new IllegalArgumentException("auth.17"); //$NON-NLS-1$ 76 throw new IllegalArgumentException("auth.17"); //$NON-NLS-1$ 81 throw new IllegalArgumentException("auth.17"); //$NON-NLS-1$ 85 throw new IllegalArgumentException("auth.18"); //$NON-NLS-1$ 95 throw new IllegalArgumentException("auth.16"); //$NON-NLS-1$ 99 throw new IllegalArgumentException("auth.1A"); //$NON-NLS-1$ 103 throw new IllegalArgumentException("auth.1A"); //$NON-NLS-1$ 107 throw new IllegalArgumentException("auth.17"); //$NON-NLS-1$ 120 throw new IllegalArgumentException("auth.14"); //$NON-NLS-1 [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...] |
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/ |
TextInputCallbackTest.java | 58 } catch (IllegalArgumentException e) { 63 } catch (IllegalArgumentException e) { 68 } catch (IllegalArgumentException e) { 74 } catch (IllegalArgumentException e) { 80 } catch (IllegalArgumentException e) {
|
NameCallbackTest.java | 55 } catch (IllegalArgumentException e) { 60 } catch (IllegalArgumentException e) { 65 } catch (IllegalArgumentException e) { 70 } catch (IllegalArgumentException e) {
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
PixelUtils.java | 52 throw new IllegalArgumentException("Input and output buffers must have the same size!"); 54 throw new IllegalArgumentException("Input buffer size must be a multiple of 4!"); 56 throw new IllegalArgumentException("Output buffer size must be a multiple of 4!"); 58 throw new IllegalArgumentException( 61 throw new IllegalArgumentException(
|
/libcore/luni/src/main/java/javax/crypto/spec/ |
GCMParameterSpec.java | 42 * @throws IllegalArgumentException if the specified {@code iv} is null or 48 throw new IllegalArgumentException("tag should be a non-negative integer"); 51 throw new IllegalArgumentException("iv == null"); 62 * @throws IllegalArgumentException if the specified {@code iv} is null or 70 throw new IllegalArgumentException("tag should be a non-negative integer"); 73 throw new IllegalArgumentException("iv == null"); 78 throw new IllegalArgumentException(e);
|
SecretKeySpec.java | 53 * @throws IllegalArgumentException 59 throw new IllegalArgumentException("key == null"); 62 throw new IllegalArgumentException("key.length == 0"); 65 throw new IllegalArgumentException("algorithm == null"); 86 * @throws IllegalArgumentException 95 throw new IllegalArgumentException("key == null"); 98 throw new IllegalArgumentException("key.length == 0"); 104 throw new IllegalArgumentException("key too short"); 107 throw new IllegalArgumentException("algorithm == null");
|
/external/apache-http/src/org/apache/http/params/ |
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...] |
HttpAbstractParamBean.java | 40 throw new IllegalArgumentException("HTTP parameters may not be null");
|
/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...] |
/libcore/luni/src/test/java/libcore/java/io/ |
OldObjectInputStreamGetFieldTest.java | 104 fail("IllegalArgumentException expected."); 105 } catch (IllegalArgumentException e) {} 129 fail("IllegalArgumentException expected for not existing name " + 131 } catch (IllegalArgumentException e) {} 135 fail("IllegalArgumentException expected for not existing name " + 137 } catch (IllegalArgumentException e) {} 141 fail("IllegalArgumentException expected for not existing name " + 143 } catch (IllegalArgumentException e) {} 147 fail("IllegalArgumentException expected for not existing name " + 149 } catch (IllegalArgumentException e) { [all...] |
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/ |
ObjectIdentifier.java | 53 * @throws IllegalArgumentException if oid is invalid or null 64 * @throws IllegalArgumentException if oid string is invalid or null 101 * @throws IllegalArgumentException if oid is invalid or null 105 throw new IllegalArgumentException("oid == null"); 109 throw new IllegalArgumentException("OID MUST have at least 2 subidentifiers"); 113 throw new IllegalArgumentException( 116 throw new IllegalArgumentException("If the first subidentifier has 0 or 1 value the " 122 throw new IllegalArgumentException("Subidentifier MUST have positive value"); 156 * @throws IllegalArgumentException if oid string is invalid or null 185 * @throws IllegalArgumentException if oid string is invalid or null an [all...] |
/frameworks/base/media/java/android/media/audiofx/ |
EnvironmentalReverb.java | 140 * @throws java.lang.IllegalArgumentException 145 throws IllegalArgumentException, UnsupportedOperationException, RuntimeException { 153 * @throws IllegalArgumentException 157 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException { 166 * @throws IllegalArgumentException 170 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException { 182 * @throws IllegalArgumentException 186 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException { 195 * @throws IllegalArgumentException 199 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException [all...] |
/libcore/luni/src/main/java/java/sql/ |
Time.java | 38 * IllegalArgumentException}. 72 * @throws IllegalArgumentException 79 throw new IllegalArgumentException("unimplemented"); 86 * @throws IllegalArgumentException 93 throw new IllegalArgumentException("unimplemented"); 100 * @throws IllegalArgumentException 107 throw new IllegalArgumentException("unimplemented"); 114 * @throws IllegalArgumentException 121 throw new IllegalArgumentException("unimplemented"); 127 * @throws IllegalArgumentException [all...] |
/external/apache-http/src/org/apache/http/impl/cookie/ |
BasicSecureHandler.java | 47 throw new IllegalArgumentException("Cookie may not be null"); 55 throw new IllegalArgumentException("Cookie may not be null"); 58 throw new IllegalArgumentException("Cookie origin may not be null");
|
/external/smack/src/org/xbill/DNS/ |
Serial.java | 28 * @throws IllegalArgumentException serial1 or serial2 is out of range 33 throw new IllegalArgumentException(serial1 + " out of range"); 35 throw new IllegalArgumentException(serial2 + " out of range"); 50 * @throws IllegalArgumentException serial is out of range 55 throw new IllegalArgumentException(serial + " out of range");
|
/frameworks/base/drm/java/android/drm/ |
DrmInfoStatus.java | 76 throw new IllegalArgumentException("infoType: " + infoType); 80 throw new IllegalArgumentException("Unsupported status code: " + statusCode); 84 throw new IllegalArgumentException("mimeType is null or an empty string");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/ |
GraphicsUtilities.java | 59 throw new IllegalArgumentException("image data must not be null"); 105 throw new IllegalArgumentException("data must not be null"); 108 throw new IllegalArgumentException("out array must not be null"); 111 throw new IllegalArgumentException("out array length must be > height"); 114 throw new IllegalArgumentException("image height must be > (y + height)"); 117 throw new IllegalArgumentException("argument x, y must be >= 0"); 120 throw new IllegalArgumentException("argument x must be < data.width"); 123 throw new IllegalArgumentException("argument y must be < data.height"); 126 throw new IllegalArgumentException("argument height must be > 0"); 142 throw new IllegalArgumentException("data must not be null") [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
ServiceConfigurationErrorTest.java | 48 IllegalArgumentException iae = new IllegalArgumentException( 65 new IllegalArgumentException("info in the IAE"))); 75 new IllegalArgumentException("info in the IAE"));
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
BlockCipher.java | 15 * @exception IllegalArgumentException if the params argument is 19 throws IllegalArgumentException;
|