HomeSort by relevance Sort by last modified time
    Searched refs:IllegalArgumentException (Results 1 - 25 of 6393) 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/ojluni/src/main/java/java/lang/
IllegalArgumentException.java 36 class IllegalArgumentException extends RuntimeException {
38 * Constructs an <code>IllegalArgumentException</code> with no
41 public IllegalArgumentException() {
46 * Constructs an <code>IllegalArgumentException</code> with the
51 public IllegalArgumentException(String s) {
71 public IllegalArgumentException(String message, Throwable cause) {
89 public IllegalArgumentException(Throwable cause) {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
ChiSquareTest.java 47 * <code>IllegalArgumentException</code> is thrown.</p>
52 * @throws IllegalArgumentException if preconditions are not met
55 throws IllegalArgumentException;
78 * <code>IllegalArgumentException</code> is thrown.</p>
83 * @throws IllegalArgumentException if preconditions are not met
87 throws IllegalArgumentException, MathException;
111 * <code>IllegalArgumentException</code> is thrown.</p>
118 * @throws IllegalArgumentException if preconditions are not met
122 throws IllegalArgumentException, MathException;
144 * <code>IllegalArgumentException</code> is thrown.</p
    [all...]
TTest.java 64 * @throws IllegalArgumentException if the precondition is not met
69 throws IllegalArgumentException, MathException;
100 * @throws IllegalArgumentException if the precondition is not met
104 throws IllegalArgumentException, MathException;
134 * @throws IllegalArgumentException if the preconditions are not met
141 throws IllegalArgumentException, MathException;
155 * @throws IllegalArgumentException if input array length is less than 2
158 throws IllegalArgumentException;
173 * @throws IllegalArgumentException if the precondition is not met
176 throws IllegalArgumentException;
    [all...]
OneWayAnova.java 50 * @throws IllegalArgumentException if the preconditions are not met
55 throws IllegalArgumentException, MathException;
71 * @throws IllegalArgumentException if the preconditions are not met
76 throws IllegalArgumentException, MathException;
96 * @throws IllegalArgumentException if the preconditions are not met
101 throws IllegalArgumentException, MathException;
UnknownDistributionChiSquareTest.java 57 * <code>IllegalArgumentException</code> is thrown.</p>
62 * @throws IllegalArgumentException if preconditions are not met
65 throws IllegalArgumentException;
95 * <code>IllegalArgumentException</code> is thrown.</p>
100 * @throws IllegalArgumentException if preconditions are not met
104 throws IllegalArgumentException, MathException;
131 * <code>IllegalArgumentException</code> is thrown.</p>
138 * @throws IllegalArgumentException if preconditions are not met
142 throws IllegalArgumentException, MathException;
  /external/objenesis/tck/src/main/java/org/objenesis/tck/candidates/
ConstructorThrowingException.java 24 throw new IllegalArgumentException("Constructor throwing an exception");
  /libcore/ojluni/src/main/java/java/nio/channels/
IllegalChannelGroupException.java 41 extends IllegalArgumentException
IllegalSelectorException.java 42 extends IllegalArgumentException
UnresolvedAddressException.java 41 extends IllegalArgumentException
UnsupportedAddressTypeException.java 41 extends IllegalArgumentException
  /libcore/ojluni/src/main/java/java/util/
IllegalFormatException.java 36 public class IllegalFormatException extends IllegalArgumentException {
  /libcore/luni/src/test/java/libcore/java/util/
UUIDTest.java 30 } catch (IllegalArgumentException expected) { }
35 } catch (IllegalArgumentException expected) { }
40 } catch (IllegalArgumentException expected) { }
45 } catch (IllegalArgumentException expected) { }
50 } catch (IllegalArgumentException expected) { }
  /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 \"" + this.toString() + "\" is not a Category 1 value [" + this.getClass().getName() + "]");
56 throw new IllegalArgumentException("Value \"" + this.toString() + "\" is not a Category 2 value [" + this.getClass().getName() + "]");
65 throw new IllegalArgumentException("Value \"" + this.toString() + "\" is not an integer value [" + this.getClass().getName() + "]");
73 throw new IllegalArgumentException("Value \"" + this.toString() + "\" is not a long value [" + this.getClass().getName() + "]");
81 throw new IllegalArgumentException("Value \"" + this.toString() + "\" is not a float value [" + this.getClass().getName() + "]");
89 throw new IllegalArgumentException("Value \"" + this.toString() + "\" is not a double value [" + this.getClass().getName() + "]");
97 throw new IllegalArgumentException("Value \"" + this.toString() + "\" is not a reference value [" + this.getClass().getName() + "]");
105 throw new IllegalArgumentException("Value \"" + this.toString() + "\" is not an instruction offset value [" + this.getClass().getName() + "]");
  /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) {
  /libcore/ojluni/src/main/java/javax/net/ssl/
SNIMatcher.java 62 * @throws IllegalArgumentException if {@code type} is not in the range
67 throw new IllegalArgumentException(
70 throw new IllegalArgumentException(
99 * @throws IllegalArgumentException if {@code serverName} is
SSLSessionContext.java 93 * @exception IllegalArgumentException if the timeout specified is {@code < 0}.
97 throws IllegalArgumentException;
125 * @exception IllegalArgumentException if the specified size is {@code < 0}.
129 throws IllegalArgumentException;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/transform/
RealTransformer.java 40 * @throws IllegalArgumentException if any parameters are invalid
43 throws IllegalArgumentException;
53 * @throws IllegalArgumentException if any parameters are invalid
56 throws FunctionEvaluationException, IllegalArgumentException;
62 * @throws IllegalArgumentException if any parameters are invalid
65 throws IllegalArgumentException;
75 * @throws IllegalArgumentException if any parameters are invalid
78 throws FunctionEvaluationException, IllegalArgumentException;
  /frameworks/base/wifi/java/android/net/wifi/aware/
WifiAwareUtils.java 31 public static void validateServiceName(byte[] serviceNameData) throws IllegalArgumentException {
33 throw new IllegalArgumentException("Invalid service name - null");
37 throw new IllegalArgumentException("Invalid service name length - must be between "
47 throw new IllegalArgumentException("Invalid service name - illegal characters,"
  /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;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
IllegalArgumentExceptionTest.java 27 * java.lang.IllegalArgumentException#IllegalArgumentException()
30 IllegalArgumentException e = new IllegalArgumentException();
37 * java.lang.IllegalArgumentException#IllegalArgumentException(java.lang.String)
40 IllegalArgumentException e = new IllegalArgumentException("fixture");
46 * {@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...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
QuotationAwareTokenizerTest.java 29 throws IllegalArgumentException {
47 private static void verify(String input, String[] expected) throws IllegalArgumentException {
54 public void testTokenizeLine_simple() throws IllegalArgumentException {
60 public void testCombineTokens_simple() throws IllegalArgumentException {
67 public void testTokenizeLine_whitespace() throws IllegalArgumentException {
76 public void testTokenizeLine_comma() throws IllegalArgumentException {
85 public void testTokenizeLine_commaAndQuote() throws IllegalArgumentException {
94 public void testTokenizeLine_commaAndWhitespace() throws IllegalArgumentException {
103 public void testCombineTokens_whitespace() throws IllegalArgumentException {
111 public void testTokenizeLine_escapedQuotation() throws IllegalArgumentException {
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
Preconditions.java 43 throw new IllegalArgumentException(
50 throw new IllegalArgumentException(
58 throw new IllegalArgumentException(
66 throw new IllegalArgumentException(
74 throw new IllegalArgumentException(
82 throw new IllegalArgumentException(
90 throw new IllegalArgumentException(
98 throw new IllegalArgumentException(
106 throw new IllegalArgumentException(
114 throw new IllegalArgumentException(
    [all...]

Completed in 903 milliseconds

1 2 3 4 5 6 7 8 91011>>