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

<<11121314151617181920>>

  /libcore/luni/src/main/java/java/security/spec/
ECPublicKeySpec.java 37 * @throws IllegalArgumentException
50 // throw IllegalArgumentException if w is point at infinity
52 throw new IllegalArgumentException("the w parameter is point at infinity");
  /libcore/luni/src/main/java/javax/crypto/spec/
RC5ParameterSpec.java 69 * @throws IllegalArgumentException
75 throw new IllegalArgumentException("iv == null");
78 throw new IllegalArgumentException("iv.length < 2 * (wordSize / 8)");
106 * @throws IllegalArgumentException
114 throw new IllegalArgumentException("iv == null");
120 throw new IllegalArgumentException("iv.length - offset < 2 * (wordSize / 8)");
  /libcore/luni/src/main/java/javax/net/ssl/
HttpsURLConnection.java 123 * @throws IllegalArgumentException
128 throw new IllegalArgumentException("HostnameVerifier is null");
147 * @throws IllegalArgumentException
152 throw new IllegalArgumentException("SSLSocketFactory is null");
260 * @throws IllegalArgumentException
265 throw new IllegalArgumentException("HostnameVerifier is null");
284 * @throws IllegalArgumentException
289 throw new IllegalArgumentException("SSLSocketFactory is null");
  /libcore/luni/src/main/java/javax/xml/parsers/
DocumentBuilder.java 89 * An <code>IllegalArgumentException</code> is thrown if the
103 throw new IllegalArgumentException("InputStream cannot be null");
113 * An <code>IllegalArgumentException</code> is thrown if the
127 throw new IllegalArgumentException("InputStream cannot be null");
138 * An <code>IllegalArgumentException</code> is thrown if the
151 throw new IllegalArgumentException("URI cannot be null");
161 * An <code>IllegalArgumentException</code> is thrown if the
173 throw new IllegalArgumentException("File cannot be null");
189 * An <code>IllegalArgumentException</code> is thrown if the
  /libcore/luni/src/main/java/javax/xml/transform/sax/
TransformerHandler.java 43 * @throws IllegalArgumentException if result is invalid for some reason.
45 public void setResult(Result result) throws IllegalArgumentException;
  /packages/apps/Contacts/src/com/android/contacts/util/
DialogManager.java 58 if (activity == null) throw new IllegalArgumentException("activity must not be null");
71 throw new IllegalArgumentException("Bundle already contains a " + VIEW_ID_KEY);
74 throw new IllegalArgumentException("View does not have a proper ViewId");
94 throw new IllegalArgumentException("Bundle does not contain a ViewId");
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
IconFactory.java 44 throw new IllegalArgumentException("Null argument to buildIcon");
51 throw new IllegalArgumentException("Bitmap with dimension 0 used as input");
71 throw new IllegalArgumentException("Null argument to buildIcon");
80 throw new IllegalArgumentException("Bitmap with dimension 0 used as input");
  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionState.java 67 throw new IllegalArgumentException("Bad state: " + state);
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/comparator/
ReverseComparator.java 40 throw new IllegalArgumentException("Delegate comparator is missing");
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
Dop.java 52 throw new IllegalArgumentException("bogus opcode");
56 throw new IllegalArgumentException("bogus family");
148 throw new IllegalArgumentException("bogus opcode: " + this);
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
StdConstantPool.java 44 throw new IllegalArgumentException("size < 1");
102 throw new IllegalArgumentException("n < 1");
108 throw new IllegalArgumentException("(n == size - 1) && " +
  /dalvik/dx/src/com/android/dx/rop/cst/
StdConstantPool.java 44 throw new IllegalArgumentException("size < 1");
102 throw new IllegalArgumentException("n < 1");
108 throw new IllegalArgumentException("(n == size - 1) && " +
  /external/apache-http/src/org/apache/http/impl/
DefaultHttpResponseFactory.java 68 throw new IllegalArgumentException
89 throw new IllegalArgumentException("HTTP version may not be null");
102 throw new IllegalArgumentException("Status line may not be null");
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicPathHandler.java 48 throw new IllegalArgumentException("Cookie may not be null");
67 throw new IllegalArgumentException("Cookie may not be null");
70 throw new IllegalArgumentException("Cookie origin may not be null");
  /external/apache-http/src/org/apache/http/message/
BasicHeaderValueParser.java 98 throw new IllegalArgumentException
117 throw new IllegalArgumentException("Char array buffer may not be null");
120 throw new IllegalArgumentException("Parser cursor may not be null");
149 throw new IllegalArgumentException
168 throw new IllegalArgumentException("Char array buffer may not be null");
171 throw new IllegalArgumentException("Parser cursor may not be null");
214 throw new IllegalArgumentException
234 throw new IllegalArgumentException("Char array buffer may not be null");
237 throw new IllegalArgumentException("Parser cursor may not be null");
284 throw new IllegalArgumentException
    [all...]
BasicHttpRequest.java 57 throw new IllegalArgumentException("Method name may not be null");
60 throw new IllegalArgumentException("Request URI may not be null");
74 throw new IllegalArgumentException("Request line may not be null");
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
BoundedByteString.java 59 * @throws IllegalArgumentException if {@code offset < 0}, {@code length < 0},
66 throw new IllegalArgumentException("Offset too small: " + offset);
69 throw new IllegalArgumentException("Length too small: " + offset);
72 throw new IllegalArgumentException(
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
StdConstantPool.java 44 throw new IllegalArgumentException("size < 1");
102 throw new IllegalArgumentException("n < 1");
108 throw new IllegalArgumentException("(n == size - 1) && " +
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
IntegerResourceLoader.java 17 throw new IllegalArgumentException("No such resource: " + resourceId);
21 throw new IllegalArgumentException("Got resource name " + resourceName + " from id " + resourceIdDebugString
30 throw new IllegalArgumentException("No such resource (" + isSystem + "): " + resourceName);
  /external/smack/src/org/apache/harmony/javax/security/auth/login/
AppConfigurationEntry.java 40 throw new IllegalArgumentException("auth.26"); //$NON-NLS-1$
44 throw new IllegalArgumentException("auth.27"); //$NON-NLS-1$
48 throw new IllegalArgumentException("auth.1A"); //$NON-NLS-1$
  /external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/packet/
DataPacketExtension.java 53 throw new IllegalArgumentException("Session ID must not be null or empty");
56 throw new IllegalArgumentException("Sequence must not be between 0 and 65535");
59 throw new IllegalArgumentException("Data must not be null");
  /external/smack/src/org/jivesoftware/smackx/pubsub/
PayloadItem.java 57 throw new IllegalArgumentException("payload cannot be 'null'");
72 throw new IllegalArgumentException("payload cannot be 'null'");
94 throw new IllegalArgumentException("payload cannot be 'null'");
  /frameworks/base/core/java/android/print/
PageRange.java 42 * @throws IllegalArgumentException If start is less than zero or end
47 throw new IllegalArgumentException("start cannot be less than zero.");
50 throw new IllegalArgumentException("end cannot be less than zero.");
53 throw new IllegalArgumentException("start must be lesser than end.");
  /frameworks/base/core/tests/coretests/src/android/net/
SSLTest.java 66 } catch (IllegalArgumentException expected) {
74 } catch (IllegalArgumentException expected) {
82 } catch (IllegalArgumentException expected) {
  /frameworks/base/wifi/java/android/net/wifi/
SupplicantState.java 193 throw new IllegalArgumentException("Unknown supplicant state");
215 throw new IllegalArgumentException("Unknown supplicant state");
237 throw new IllegalArgumentException("Unknown supplicant state");

Completed in 610 milliseconds

<<11121314151617181920>>