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

<<31323334353637383940>>

  /dalvik/dx/src/com/android/dx/io/instructions/
SparseSwitchPayloadDecodedInstruction.java 42 throw new IllegalArgumentException("keys/targets length mismatch");
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyInstrumentationEvent.java 43 throw new IllegalArgumentException("Bad component name");
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DictionaryProvider.java 96 throw new IllegalArgumentException(
102 throw new IllegalArgumentException(
111 throw new IllegalArgumentException("Unknown Uri: " + uri);
182 throw new IllegalArgumentException("Unknown URL " + uri);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
NewtonSolver.java 84 * @throws IllegalArgumentException if min is not less than max
103 * @throws IllegalArgumentException if min is not less than max
124 * @throws IllegalArgumentException if startValue is not between min and max or
145 * @throws IllegalArgumentException if startValue is not between min and max or
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
AdamsIntegrator.java 48 * @exception IllegalArgumentException if order is 1 or less
54 throws IllegalArgumentException {
71 * @exception IllegalArgumentException if order is 1 or less
77 throws IllegalArgumentException {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
CurveFitter.java 123 * @exception IllegalArgumentException if the start point dimension is wrong
127 throws FunctionEvaluationException, OptimizationException, IllegalArgumentException {
166 throws FunctionEvaluationException, IllegalArgumentException {
182 public double[] value(double[] point) throws FunctionEvaluationException, IllegalArgumentException {
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
SocketHandlerTest.java 129 fail("Should throw IllegalArgumentException!");
130 } catch (IllegalArgumentException e) {
135 fail("Should throw IllegalArgumentException!");
136 } catch (IllegalArgumentException e) {
141 fail("Should throw IllegalArgumentException!");
142 } catch (IllegalArgumentException e) {
147 fail("Should throw IllegalArgumentException!");
148 } catch (IllegalArgumentException e) {
153 fail("Should throw IllegalArgumentException!");
154 } catch (IllegalArgumentException e)
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
RowSetEventTest.java 29 } catch (IllegalArgumentException e) {
  /external/apache-http/android/src/android/net/compatibility/
WebAddress.java 33 * schemes. It will only throw a IllegalArgumentException if the input is
62 public WebAddress(String address) throws IllegalArgumentException {
90 throw new IllegalArgumentException("Bad port");
106 throw new IllegalArgumentException("Bad address");
  /external/apache-http/src/org/apache/http/auth/
AuthSchemeRegistry.java 84 throw new IllegalArgumentException("Name may not be null");
87 throw new IllegalArgumentException("Authentication scheme factory may not be null");
100 throw new IllegalArgumentException("Name may not be null");
120 throw new IllegalArgumentException("Name may not be null");
  /external/apache-http/src/org/apache/http/conn/params/
ConnPerRouteBean.java 80 throw new IllegalArgumentException
88 throw new IllegalArgumentException
92 throw new IllegalArgumentException
100 throw new IllegalArgumentException
  /external/apache-http/src/org/apache/http/conn/scheme/
SchemeRegistry.java 105 throw new IllegalArgumentException("Host must not be null.");
121 throw new IllegalArgumentException("Name must not be null.");
142 throw new IllegalArgumentException("Scheme must not be null.");
159 throw new IllegalArgumentException("Name must not be null.");
  /external/apache-http/src/org/apache/http/cookie/
CookieOrigin.java 58 throw new IllegalArgumentException(
62 throw new IllegalArgumentException(
66 throw new IllegalArgumentException("Invalid port: " + port);
69 throw new IllegalArgumentException(
CookieSpecRegistry.java 79 throw new IllegalArgumentException("Name may not be null");
82 throw new IllegalArgumentException("Cookie spec factory may not be null");
94 throw new IllegalArgumentException("Id may not be null");
114 throw new IllegalArgumentException("Name may not be null");
  /external/apache-http/src/org/apache/http/impl/cookie/
CookieSpecBase.java 111 throw new IllegalArgumentException("Cookie may not be null");
114 throw new IllegalArgumentException("Cookie origin may not be null");
123 throw new IllegalArgumentException("Cookie may not be null");
126 throw new IllegalArgumentException("Cookie origin may not be null");
  /external/apache-http/src/org/apache/http/impl/entity/
EntitySerializer.java 70 throw new IllegalArgumentException("Content length strategy may not be null");
93 throw new IllegalArgumentException("Session output buffer may not be null");
96 throw new IllegalArgumentException("HTTP message may not be null");
99 throw new IllegalArgumentException("HTTP entity may not be null");
  /external/apache-http/src/org/apache/http/protocol/
UriPatternMatcher.java 68 throw new IllegalArgumentException("URI request pattern may not be null");
71 throw new IllegalArgumentException("HTTP request handelr may not be null");
85 throw new IllegalArgumentException("Map of handlers may not be null");
93 throw new IllegalArgumentException("Request URI may not be null");
  /external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
RandomAccessFileInputStream.java 108 throw new IllegalArgumentException("rangeOffset must be >= 0");
111 throw new IllegalArgumentException("rangeLength must be >= 0");
114 throw new IllegalArgumentException("Read range exceeds file length");
117 throw new IllegalArgumentException("Insane input size not supported");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERExternal.java 44 throw new IllegalArgumentException("input vector too large");
49 throw new IllegalArgumentException("No tagged object found in vector. Structure doesn't seem to be of type External");
60 throw new IllegalArgumentException("too few objects in input vector");
272 throw new IllegalArgumentException("invalid encoding value: " + encoding);
DefiniteLengthInputStream.java 25 throw new IllegalArgumentException("negative lengths not allowed");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
PBEParameter.java 26 throw new IllegalArgumentException("salt length must be 8");
Pfx.java 28 throw new IllegalArgumentException("wrong version for PFX PDU");
RSAPublicKey.java 56 throw new IllegalArgumentException("Bad sequence size: "
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
AttributeTypeAndValue.java 37 throw new IllegalArgumentException("null value in getInstance()");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
AttCertValidityPeriod.java 36 throw new IllegalArgumentException("Bad sequence size: "

Completed in 1725 milliseconds

<<31323334353637383940>>