HomeSort by relevance Sort by last modified time
    Searched refs:IllegalArgumentException (Results 1 - 25 of 1811) 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/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() {
37 * Constructs a new {@code IllegalArgumentException} with the current stack
43 public IllegalArgumentException(String detailMessage) {
48 * Constructs a new {@code IllegalArgumentException} with the current stack
57 public IllegalArgumentException(String message, Throwable cause) {
62 * Constructs a new {@code IllegalArgumentException} with the current stack
69 public IllegalArgumentException(Throwable cause) {
IllegalThreadStateException.java 24 public class IllegalThreadStateException extends IllegalArgumentException {
NumberFormatException.java 24 public class NumberFormatException extends java.lang.IllegalArgumentException {
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
TestClass2.java 21 public TestClass2(int i) throws IllegalArgumentException {
22 throw new IllegalArgumentException();
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...]
  /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;
  /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...]
  /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 41 IllegalArgumentException iae = new IllegalArgumentException();
51 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");
  /libcore/luni/src/main/java/java/io/
EmulatedFieldsForLoading.java 62 * @throws IllegalArgumentException
67 IllegalArgumentException {
96 * @throws IllegalArgumentException
101 IllegalArgumentException {
119 * @throws IllegalArgumentException
124 IllegalArgumentException {
142 * @throws IllegalArgumentException
147 IllegalArgumentException {
165 * @throws IllegalArgumentException
170 IllegalArgumentException {
    [all...]
EmulatedFields.java 116 * @throws IllegalArgumentException
119 public boolean defaulted(String name) throws IllegalArgumentException {
122 throw new IllegalArgumentException("no field '" + name + "'");
202 * @throws IllegalArgumentException
206 throws IllegalArgumentException {
210 throw new IllegalArgumentException("no byte field '" + name + "'");
228 * @throws IllegalArgumentException
232 throws IllegalArgumentException {
236 throw new IllegalArgumentException("no char field '" + name + "'");
254 * @throws IllegalArgumentException
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ObjectIdentifier.java 54 * @throws IllegalArgumentException - if oid is invalid or null
65 * @throws IllegalArgumentException - if oid string is invalid or null
123 * @throws IllegalArgumentException - if oid is invalid or null
128 throw new IllegalArgumentException("oid == null");
132 throw new IllegalArgumentException("OID MUST have at least 2 subidentifiers");
136 throw new IllegalArgumentException("Valid values for first subidentifier are 0, 1 and 2");
138 throw new IllegalArgumentException("If the first subidentifier has 0 or 1 value the second subidentifier value MUST be less than 40");
143 throw new IllegalArgumentException("Subidentifier MUST have positive value");
153 // * @throws IllegalArgumentException - if oid string is invalid or null
163 // throw new IllegalArgumentException("Invalid oid string")
    [all...]
  /frameworks/base/core/java/android/os/
SystemProperties.java 41 * @throws IllegalArgumentException if the key exceeds 32 characters
45 throw new IllegalArgumentException("key.length > " + PROP_NAME_MAX);
53 * @throws IllegalArgumentException if the key exceeds 32 characters
57 throw new IllegalArgumentException("key.length > " + PROP_NAME_MAX);
68 * @throws IllegalArgumentException if the key exceeds 32 characters
72 throw new IllegalArgumentException("key.length > " + PROP_NAME_MAX);
83 * @throws IllegalArgumentException if the key exceeds 32 characters
87 throw new IllegalArgumentException("key.length > " + PROP_NAME_MAX);
103 * @throws IllegalArgumentException if the key exceeds 32 characters
107 throw new IllegalArgumentException("key.length > " + PROP_NAME_MAX)
    [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...]

Completed in 388 milliseconds

1 2 3 4 5 6 7 8 91011>>