HomeSort by relevance Sort by last modified time
    Searched refs:IllegalArgumentException (Results 76 - 100 of 3537) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/
ChoiceCallbackTest.java 73 fail("should be throw IllegalArgumentException");
74 } catch (IllegalArgumentException e) {
79 fail("should be throw IllegalArgumentException");
80 } catch (IllegalArgumentException e) {
85 fail("should be throw IllegalArgumentException");
86 } catch (IllegalArgumentException e) {
90 fail("should be throw IllegalArgumentException");
91 } catch (IllegalArgumentException e) {
96 fail("should be throw IllegalArgumentException");
97 } catch (IllegalArgumentException e)
    [all...]
TextOutputCallbackTest.java 64 } catch (IllegalArgumentException e) {
76 } catch (IllegalArgumentException e) {
81 } catch (IllegalArgumentException e) {
  /frameworks/base/media/java/android/media/audiofx/
PresetReverb.java 130 * @throws java.lang.IllegalArgumentException
135 throws IllegalArgumentException, UnsupportedOperationException, RuntimeException {
147 * @throws IllegalArgumentException
151 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
159 * @throws IllegalArgumentException
163 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
247 * @throws IllegalArgumentException if the string is not correctly formatted.
253 throw new IllegalArgumentException("settings: " + settings);
257 throw new IllegalArgumentException(
263 throw new IllegalArgumentException("invalid key name: " + key)
    [all...]
  /frameworks/base/drm/java/android/drm/
DrmSupportInfo.java 43 throw new IllegalArgumentException("mimeType is null");
46 throw new IllegalArgumentException("mimeType is an empty string");
61 throw new IllegalArgumentException("fileSuffix is an empty string");
95 throw new IllegalArgumentException("description is null");
98 throw new IllegalArgumentException("description is an empty string");
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadLocalRandom.java 111 * @throws IllegalArgumentException if least greater than or equal
117 throw new IllegalArgumentException();
128 * @throws IllegalArgumentException if n is not positive
132 throw new IllegalArgumentException("n must be positive");
157 * @throws IllegalArgumentException if least greater than or equal
162 throw new IllegalArgumentException();
173 * @throws IllegalArgumentException if n is not positive
177 throw new IllegalArgumentException("n must be positive");
188 * @throws IllegalArgumentException if least greater than or equal
193 throw new IllegalArgumentException();
    [all...]
  /libcore/luni/src/main/java/java/lang/reflect/
Array.java 42 private static IllegalArgumentException notAnArray(Object o) {
43 throw new IllegalArgumentException("Not an array: " + o.getClass());
46 private static IllegalArgumentException incompatibleType(Object o) {
47 throw new IllegalArgumentException("Array has incompatible type: " + o.getClass());
65 * @throws IllegalArgumentException
70 public static Object get(Object array, int index) throws IllegalArgumentException, ArrayIndexOutOfBoundsException {
108 * @throws IllegalArgumentException
114 public static boolean getBoolean(Object array, int index) throws IllegalArgumentException, ArrayIndexOutOfBoundsException {
125 * @throws IllegalArgumentException
131 public static byte getByte(Object array, int index) throws IllegalArgumentException, ArrayIndexOutOfBoundsException
    [all...]
  /frameworks/base/media/java/android/media/
MediaMetadataEditor.java 198 throws IllegalArgumentException {
204 throw(new IllegalArgumentException("Invalid type 'String' for key "+ key));
224 * @throws IllegalArgumentException
227 throws IllegalArgumentException {
233 throw(new IllegalArgumentException("Invalid type 'long' for key "+ key));
247 * @throws IllegalArgumentException
251 throws IllegalArgumentException {
257 throw(new IllegalArgumentException("Invalid type 'Bitmap' for key "+ key));
279 * @throws IllegalArgumentException
282 throws IllegalArgumentException {
    [all...]
MediaMuxer.java 123 throw new IllegalArgumentException("path must not be null");
126 throw new IllegalArgumentException("format is invalid");
158 throw new IllegalArgumentException("Unsupported angle: " + degrees);
179 * @throws IllegalArgumentException If the given latitude or longitude is out
189 throw new IllegalArgumentException(msg);
193 throw new IllegalArgumentException(msg);
256 throw new IllegalArgumentException("format must not be null.");
282 throw new IllegalArgumentException("format must not be empty.");
288 throw new IllegalArgumentException("Invalid format.");
309 throw new IllegalArgumentException("trackIndex is invalid")
    [all...]
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
PBEKeySpecTest.java 76 } catch (IllegalArgumentException e) {
77 fail("Unexpected IllegalArgumentException was thrown.");
86 } catch (IllegalArgumentException e) {
87 fail("Unexpected IllegalArgumentException was thrown.");
93 fail("An IllegalArgumentException should be thrown "
95 } catch (IllegalArgumentException e) {
100 fail("An IllegalArgumentException should be thrown "
102 } catch (IllegalArgumentException e) {
107 fail("An IllegalArgumentException should be thrown "
109 } catch (IllegalArgumentException e)
    [all...]
  /external/apache-harmony/security/src/test/api/java.injected/java/security/
AlgorithmParameterGeneratorSpiTest.java 62 fail("IllegalArgumentException must be thrown");
63 } catch (IllegalArgumentException e) {
70 fail("IllegalArgumentException must be thrown");
71 } catch (IllegalArgumentException e) {
75 fail("IllegalArgumentException must be thrown");
76 } catch (IllegalArgumentException e) {
  /external/apache-http/src/org/apache/http/message/
BasicRequestLine.java 61 throw new IllegalArgumentException
65 throw new IllegalArgumentException
69 throw new IllegalArgumentException
  /external/apache-http/src/org/apache/http/protocol/
BasicHttpContext.java 62 throw new IllegalArgumentException("Id may not be null");
76 throw new IllegalArgumentException("Id may not be null");
86 throw new IllegalArgumentException("Id may not be null");
  /external/easymock/src/org/easymock/internal/
Range.java 34 throw new RuntimeExceptionWrapper(new IllegalArgumentException(
39 throw new RuntimeExceptionWrapper(new IllegalArgumentException(
44 throw new RuntimeExceptionWrapper(new IllegalArgumentException(
  /external/smack/src/org/jivesoftware/smack/filter/
AndFilter.java 56 throw new IllegalArgumentException("Parameter cannot be null.");
60 throw new IllegalArgumentException("Parameter cannot be null.");
74 throw new IllegalArgumentException("Parameter cannot be null.");
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
LinearLayoutGrid.java 41 throw new IllegalArgumentException("row out of range");
44 throw new IllegalArgumentException("column out of range");
60 throw new IllegalArgumentException("column out of range");
  /frameworks/opt/net/voip/src/java/android/net/rtp/
AudioStream.java 116 * @throws IllegalArgumentException if its type is used by DTMF.
124 throw new IllegalArgumentException("The type is used by DTMF");
149 * @throws IllegalArgumentException if the type is invalid or used by codec.
159 throw new IllegalArgumentException("Invalid type");
162 throw new IllegalArgumentException("The type is used by codec");
  /libcore/luni/src/main/java/java/security/spec/
PSSParameterSpec.java 58 * @throws IllegalArgumentException
63 throw new IllegalArgumentException("saltLen < 0");
87 * @throws IllegalArgumentException
100 throw new IllegalArgumentException("saltLen < 0");
103 throw new IllegalArgumentException("trailerField < 0");
  /libcore/luni/src/main/java/javax/xml/transform/
Transformer.java 147 * An <code>IllegalArgumentException</code> is thrown if any names do not
157 * @throws IllegalArgumentException If any parameter names do not conform
206 * An <code>IllegalArgumentException</code> is thrown if any of the
278 * @throws IllegalArgumentException If the property is not supported, and is
284 throws IllegalArgumentException;
298 * @throws IllegalArgumentException If the property is not supported.
303 throws IllegalArgumentException;
309 * @throws IllegalArgumentException if listener is null.
312 throws IllegalArgumentException;
  /libcore/luni/src/test/java/libcore/java/nio/channels/
DatagramChannelTest.java 32 } catch (IllegalArgumentException expected) {
37 } catch (IllegalArgumentException expected) {
42 } catch (IllegalArgumentException expected) {
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
PBEKeySpecTest.java 76 } catch (IllegalArgumentException e) {
77 fail("Unexpected IllegalArgumentException was thrown.");
86 } catch (IllegalArgumentException e) {
87 fail("Unexpected IllegalArgumentException was thrown.");
93 fail("An IllegalArgumentException should be thrown "
95 } catch (IllegalArgumentException e) {
100 fail("An IllegalArgumentException should be thrown "
102 } catch (IllegalArgumentException e) {
107 fail("An IllegalArgumentException should be thrown "
109 } catch (IllegalArgumentException e)
    [all...]
  /libcore/luni/src/test/java/tests/java/security/
AlgorithmParameterGeneratorSpiTest.java 54 fail("IllegalArgumentException must be thrown");
55 } catch (IllegalArgumentException e) {
62 fail("IllegalArgumentException must be thrown");
63 } catch (IllegalArgumentException e) {
67 fail("IllegalArgumentException must be thrown");
68 } catch (IllegalArgumentException e) {
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
RealmCallbackTest.java 43 * Assertion: throws IllegalArgumentException if parameters are
49 fail("IllegalArgumentException should be thrown for null prompt");
50 } catch (IllegalArgumentException e) {
54 fail("IllegalArgumentException should be thrown for empty prompt");
55 } catch (IllegalArgumentException e) {
59 fail("IllegalArgumentException should be thrown for null default info");
60 } catch (IllegalArgumentException e) {
64 fail("IllegalArgumentException should be thrown for empty default info");
65 } catch (IllegalArgumentException e) {
102 * Assertion: throws IllegalArgumentException if parameter is null or empt
    [all...]
  /external/apache-http/src/org/apache/http/conn/scheme/
PlainSocketFactory.java 90 throw new IllegalArgumentException("Target host may not be null.");
93 throw new IllegalArgumentException("Parameters may not be null.");
137 * @throws IllegalArgumentException if the argument is invalid
140 throws IllegalArgumentException {
143 throw new IllegalArgumentException("Socket may not be null.");
149 throw new IllegalArgumentException
155 throw new IllegalArgumentException("Socket is closed.");
  /external/nist-sip/java/gov/nist/javax/sip/stack/
HopImpl.java 93 HopImpl(String hop) throws IllegalArgumentException {
96 throw new IllegalArgumentException("Null arg!");
116 throw new IllegalArgumentException("Bad port spec");
132 throw new IllegalArgumentException("no host!");
139 throw new IllegalArgumentException("Bad IPv6 reference spec");
146 throw new IllegalArgumentException(hop);
  /libcore/luni/src/main/java/javax/xml/transform/dom/
DOMResult.java 109 * then an <code>IllegalArgumentException</code> is thrown.
111 * then an <code>IllegalArgumentException</code> is thrown.
121 * @throws IllegalArgumentException If <code>nextSibling</code> is not a sibling of <code>node</code>.
122 * @throws IllegalArgumentException If <code>node</code> is <code>null</code> and <code>nextSibling</code> is not <code>null</code>.
132 throw new IllegalArgumentException("Cannot create a DOMResult when the nextSibling is contained by the \"null\" node.");
137 throw new IllegalArgumentException("Cannot create a DOMResult when the nextSibling is not contained by the node.");
159 * then an <code>IllegalArgumentException</code> is thrown.
161 * then an <code>IllegalArgumentException</code> is thrown.
170 * @throws IllegalArgumentException If <code>nextSibling</code> is not a sibling of <code>node</code>.
171 * @throws IllegalArgumentException If <code>node</code> is <code>null</code> and <code>nextSibling</code> is not <code>null</code>
    [all...]

Completed in 1400 milliseconds

1 2 34 5 6 7 8 91011>>