HomeSort by relevance Sort by last modified time
    Searched full:illegalargumentexception (Results 151 - 175 of 10592) sorted by null

1 2 3 4 5 67 8 91011>>

  /libcore/luni/src/test/java/libcore/java/text/
OldDecimalFormatTestICU.java 58 fail("expected IllegalArgumentException was not thrown for "
60 } catch (IllegalArgumentException e) {
66 fail("expected IllegalArgumentException was not thrown for "
68 } catch (IllegalArgumentException e) {
91 fail("expected IllegalArgumentException was not thrown for"
93 } catch (IllegalArgumentException e) {
99 fail("expected IllegalArgumentException was not thrown for "
101 } catch (IllegalArgumentException e) {
128 fail("expected IllegalArgumentException was not thrown for "
130 } catch (IllegalArgumentException e)
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
ZipfDistributionImpl.java 46 * <code>IllegalArgumentException</code> is thrown.
50 * @exception IllegalArgumentException if n &le; 0 or s &le; 0.0
53 throws IllegalArgumentException {
70 * <code>IllegalArgumentException</code> is thrown.
73 * @exception IllegalArgumentException if n &le; 0
83 * <code>IllegalArgumentException</code> is thrown.
86 * @exception IllegalArgumentException if n &le; 0
89 throws IllegalArgumentException {
109 * <code>IllegalArgumentException</code> is thrown.
112 * @exception IllegalArgumentException if s &le; 0.
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetActiveAttrib.cpp 24 _exceptionType = "java/lang/IllegalArgumentException";
36 _exceptionType = "java/lang/IllegalArgumentException";
42 _exceptionType = "java/lang/IllegalArgumentException";
53 _exceptionType = "java/lang/IllegalArgumentException";
59 _exceptionType = "java/lang/IllegalArgumentException";
70 _exceptionType = "java/lang/IllegalArgumentException";
76 _exceptionType = "java/lang/IllegalArgumentException";
193 jniThrowException(_env, "java/lang/IllegalArgumentException", "out of memory");
198 _exceptionType = "java/lang/IllegalArgumentException";
204 _exceptionType = "java/lang/IllegalArgumentException";
    [all...]
glGetActiveUniform.cpp 24 _exceptionType = "java/lang/IllegalArgumentException";
36 _exceptionType = "java/lang/IllegalArgumentException";
42 _exceptionType = "java/lang/IllegalArgumentException";
53 _exceptionType = "java/lang/IllegalArgumentException";
59 _exceptionType = "java/lang/IllegalArgumentException";
70 _exceptionType = "java/lang/IllegalArgumentException";
76 _exceptionType = "java/lang/IllegalArgumentException";
195 jniThrowException(_env, "java/lang/IllegalArgumentException", "out of memory");
201 _exceptionType = "java/lang/IllegalArgumentException";
207 _exceptionType = "java/lang/IllegalArgumentException";
    [all...]
glGetTransformFeedbackVarying.cpp 24 _exceptionType = "java/lang/IllegalArgumentException";
36 _exceptionType = "java/lang/IllegalArgumentException";
42 _exceptionType = "java/lang/IllegalArgumentException";
53 _exceptionType = "java/lang/IllegalArgumentException";
59 _exceptionType = "java/lang/IllegalArgumentException";
70 _exceptionType = "java/lang/IllegalArgumentException";
76 _exceptionType = "java/lang/IllegalArgumentException";
213 jniThrowException(_env, "java/lang/IllegalArgumentException", "out of memory");
218 _exceptionType = "java/lang/IllegalArgumentException";
224 _exceptionType = "java/lang/IllegalArgumentException";
    [all...]
  /libcore/ojluni/src/main/java/java/lang/reflect/
Array.java 36 * operation, but throws an {@code IllegalArgumentException} if a narrowing
70 * @exception IllegalArgumentException if componentType is {@link
105 * @exception IllegalArgumentException if the specified {@code dimensions}
113 throws IllegalArgumentException, NegativeArraySizeException {
116 throw new IllegalArgumentException("Bad number of dimensions: " + dimensions.length);
119 throw new IllegalArgumentException("Can't allocate an array of void");
132 * @exception IllegalArgumentException if the object argument is not
136 // Android-changed: Removal of explicit throws IllegalArgumentException from method signature.
138 /* throws IllegalArgumentException */ {
171 * @exception IllegalArgumentException If the specified object is no
    [all...]
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
ShortName.java 54 throw new IllegalArgumentException("name too long");
122 * @throws IllegalArgumentException if the specified name can not be parsed
126 public static ShortName get(String name) throws IllegalArgumentException {
147 } catch (IllegalArgumentException ex) {
202 throw new IllegalArgumentException(strType +
205 throw new IllegalArgumentException(strType +
209 throw new IllegalArgumentException(strType +
242 * @throws IllegalArgumentException if invalid chars are contained
245 throws IllegalArgumentException {
248 throw new IllegalArgumentException(
    [all...]
  /external/annotation-tools/asmx/src/org/objectweb/asm/util/
CheckMethodAdapter.java 344 throw new IllegalArgumentException("Invalid attribute (must not be null)");
375 throw new IllegalArgumentException("Invalid operand (must be an array type code T_...): "
400 throw new IllegalArgumentException("NEW cannot be used to create arrays: "
452 throw new IllegalArgumentException("Already visited label");
485 throw new IllegalArgumentException("Max = " + max
490 throw new IllegalArgumentException("There must be max - min + 1 labels");
507 throw new IllegalArgumentException("There must be the same number of keys and labels");
520 throw new IllegalArgumentException("Invalid descriptor (must be an array type descriptor): "
524 throw new IllegalArgumentException("Invalid dimensions (must be greater than 0): "
528 throw new IllegalArgumentException("Invalid dimensions (must not be greater than dims(desc)):
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/
StatUtils.java 82 * Throws <code>IllegalArgumentException</code> if the input array
88 * @throws IllegalArgumentException if the array is null
99 * Throws <code>IllegalArgumentException</code> if the array is null.</p>
105 * @throws IllegalArgumentException if the array is null or the array index
117 * Throws <code>IllegalArgumentException</code> if the array is null.</p>
122 * @throws IllegalArgumentException if the array is null
133 * Throws <code>IllegalArgumentException</code> if the array is null.</p>
139 * @throws IllegalArgumentException if the array is null or the array index
151 * Throws <code>IllegalArgumentException</code> if the array is null.</p>
155 * @throws IllegalArgumentException if the array is nul
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/transform/
FastFourierTransformer.java 71 * @throws IllegalArgumentException if any parameters are invalid
74 throws IllegalArgumentException {
91 * @throws IllegalArgumentException if any parameters are invalid
95 throws FunctionEvaluationException, IllegalArgumentException {
108 * @throws IllegalArgumentException if any parameters are invalid
111 throws IllegalArgumentException {
124 * @throws IllegalArgumentException if any parameters are invalid
127 throws IllegalArgumentException {
146 * @throws IllegalArgumentException if any parameters are invalid
150 throws FunctionEvaluationException, IllegalArgumentException {
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLEngineTest.java 152 fail("IllegalArgumentException wasn't thrown");
153 } catch (IllegalArgumentException expected) {
184 fail("IllegalArgumentException wasn't thrown");
185 } catch (IllegalArgumentException expected) {
271 fail("IllegalArgumentException was not thrown");
272 } catch (IllegalArgumentException expected) {
382 * Exception case: IllegalArgumentException should be thrown.
397 fail("IllegalArgumentException wasn't thrown");
398 } catch (IllegalArgumentException expected) {
402 fail("IllegalArgumentException wasn't thrown")
    [all...]
  /external/guava/guava-tests/test/com/google/common/net/
InetAddressesTest.java 109 fail("IllegalArgumentException expected for '" + bogusInputs[i] + "'");
110 } catch (IllegalArgumentException expected) {
120 fail("IllegalArgumentException expected");
121 } catch (IllegalArgumentException expected) {
269 fail("expected IllegalArgumentException"); // COV_NF_LINE
270 } catch (IllegalArgumentException e) {
276 fail("expected IllegalArgumentException"); // COV_NF_LINE
277 } catch (IllegalArgumentException e) {
283 fail("expected IllegalArgumentException"); // COV_NF_LINE
284 } catch (IllegalArgumentException e)
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/channels/
OldFileChannelTest.java 210 fail("should throw IllegalArgumentException");
211 } catch (IllegalArgumentException e) {
217 fail("should throw IllegalArgumentException");
218 } catch (IllegalArgumentException e) {
224 fail("should throw IllegalArgumentException");
225 } catch (IllegalArgumentException e) {
231 fail("should throw IllegalArgumentException");
232 } catch (IllegalArgumentException e) {
264 fail("should throw IllegalArgumentException");
265 } catch (IllegalArgumentException e)
    [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_GLImpl.cpp 193 jniThrowException(_env, "java/lang/IllegalArgumentException",
464 _exceptionType = "java/lang/IllegalArgumentException";
507 _exceptionType = "java/lang/IllegalArgumentException";
591 _exceptionType = "java/lang/IllegalArgumentException";
597 _exceptionType = "java/lang/IllegalArgumentException";
604 _exceptionType = "java/lang/IllegalArgumentException";
641 _exceptionType = "java/lang/IllegalArgumentException";
648 _exceptionType = "java/lang/IllegalArgumentException";
751 _exceptionType = "java/lang/IllegalArgumentException";
837 _exceptionType = "java/lang/IllegalArgumentException";
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/runner/
TestSuiteAdapter.java 68 if(fileName == null) throw new IllegalArgumentException("null");
73 if(line == null) throw new IllegalArgumentException("null");
79 if(text == null) throw new IllegalArgumentException("null");
89 if(ast == null) throw new IllegalArgumentException("null");
94 if(text == null) throw new IllegalArgumentException("null");
100 if(text == null) throw new IllegalArgumentException("null");
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DecompositionSolver.java 43 * @exception IllegalArgumentException if matrices dimensions don't match
47 throws IllegalArgumentException, InvalidMatrixException;
54 * @exception IllegalArgumentException if matrices dimensions don't match
58 throws IllegalArgumentException, InvalidMatrixException;
65 * @exception IllegalArgumentException if matrices dimensions don't match
69 throws IllegalArgumentException, InvalidMatrixException;
FieldDecompositionSolver.java 45 * @exception IllegalArgumentException if matrices dimensions don't match
49 throws IllegalArgumentException, InvalidMatrixException;
56 * @exception IllegalArgumentException if matrices dimensions don't match
60 throws IllegalArgumentException, InvalidMatrixException;
67 * @exception IllegalArgumentException if matrices dimensions don't match
71 throws IllegalArgumentException, InvalidMatrixException;
  /external/apache-http/src/org/apache/http/client/params/
HttpClientParams.java 57 throw new IllegalArgumentException("HTTP parameters may not be null");
65 throw new IllegalArgumentException("HTTP parameters may not be null");
73 throw new IllegalArgumentException("HTTP parameters may not be null");
81 throw new IllegalArgumentException("HTTP parameters may not be null");
89 throw new IllegalArgumentException("HTTP parameters may not be null");
101 throw new IllegalArgumentException("HTTP parameters may not be null");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1Boolean.java 34 * @exception IllegalArgumentException if the object cannot be converted.
54 throw new IllegalArgumentException("failed to construct boolean from byte[]: " + e.getMessage());
58 throw new IllegalArgumentException("illegal object in getInstance: " + obj.getClass().getName());
100 * @exception IllegalArgumentException if the tagged object cannot
125 throw new IllegalArgumentException("byte value should have 1 byte in it");
201 throw new IllegalArgumentException("BOOLEAN value should have 1 byte in it");
ASN1Integer.java 20 * @throws IllegalArgumentException if the object cannot be converted.
39 throw new IllegalArgumentException("encoding error in getInstance: " + e.toString());
43 throw new IllegalArgumentException("illegal object in getInstance: " + obj.getClass().getName());
52 * @throws IllegalArgumentException if the tagged object cannot
96 throw new IllegalArgumentException("malformed integer");
100 throw new IllegalArgumentException("malformed integer");
DERIA5String.java 21 * @exception IllegalArgumentException if the object cannot be converted.
40 throw new IllegalArgumentException("encoding error in getInstance: " + e.toString());
44 throw new IllegalArgumentException("illegal object in getInstance: " + obj.getClass().getName());
53 * @exception IllegalArgumentException if the tagged object cannot
98 * @throws IllegalArgumentException if validate is true and the string
111 throw new IllegalArgumentException("string contains illegal characters");
DERNumericString.java 21 * @exception IllegalArgumentException if the object cannot be converted.
40 throw new IllegalArgumentException("encoding error in getInstance: " + e.toString());
44 throw new IllegalArgumentException("illegal object in getInstance: " + obj.getClass().getName());
53 * @exception IllegalArgumentException if the tagged object cannot
96 * @throws IllegalArgumentException if validate is true and the string
105 throw new IllegalArgumentException("string contains illegal characters");
DERPrintableString.java 21 * @exception IllegalArgumentException if the object cannot be converted.
40 throw new IllegalArgumentException("encoding error in getInstance: " + e.toString());
44 throw new IllegalArgumentException("illegal object in getInstance: " + obj.getClass().getName());
53 * @exception IllegalArgumentException if the tagged object cannot
96 * @throws IllegalArgumentException if validate is true and the string
105 throw new IllegalArgumentException("string contains illegal characters");
  /external/conscrypt/common/src/main/java/org/conscrypt/
Preconditions.java 46 * @throws IllegalArgumentException if the condition is {@code false}
50 throw new IllegalArgumentException(errorMessage);
61 * @throws IllegalArgumentException if the condition is {@code false}
65 throw new IllegalArgumentException(String.format(errorMessageTemplate, arg));
79 * @throws IllegalArgumentException if {@code size} is negative
103 throw new IllegalArgumentException("negative size: " + size);