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

<<21222324252627282930>>

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
XPositionMetric.java 34 * Throws IllegalArgumentException if there is a problem.
67 throw new IllegalArgumentException("Unsupported LayoutType: " + this.getLayoutType());
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
MultivariateRealInterpolator.java 42 * @throws IllegalArgumentException if there are no data (xval null or zero length)
45 throws MathException, IllegalArgumentException;
  /external/apache-http/src/org/apache/http/util/
EncodingUtils.java 71 throw new IllegalArgumentException("Parameter may not be null");
75 throw new IllegalArgumentException("charset may not be null or empty");
97 throw new IllegalArgumentException("Parameter may not be null");
113 throw new IllegalArgumentException("data may not be null");
117 throw new IllegalArgumentException("charset may not be null or empty");
136 throw new IllegalArgumentException("Parameter may not be null");
159 throw new IllegalArgumentException("Parameter may not be null");
179 throw new IllegalArgumentException("Parameter may not be null");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ocsp/
CertStatus.java 59 throw new IllegalArgumentException("Unknown tag encountered: " + choice.getTagNo());
75 throw new IllegalArgumentException("unknown object in factory: " + obj.getClass().getName());
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
DirectoryString.java 56 throw new IllegalArgumentException("illegal object in getInstance: " + o.getClass().getName());
63 throw new IllegalArgumentException("choice item must be explicitly tagged");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
RSAPublicKeyStructure.java 43 throw new IllegalArgumentException("Invalid RSAPublicKeyStructure: " + obj.getClass().getName());
59 throw new IllegalArgumentException("Bad sequence size: "
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
BlockCipher.java 15 * @exception IllegalArgumentException if the params argument is
19 throws IllegalArgumentException;
Mac.java 13 * @exception IllegalArgumentException if the params argument is
17 throws IllegalArgumentException;
StreamCipher.java 14 * @exception IllegalArgumentException if the params argument is
18 throws IllegalArgumentException;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/agreement/
DHBasicAgreement.java 45 throw new IllegalArgumentException("DHEngine expects DHPrivateKeyParameters");
68 throw new IllegalArgumentException("Diffie-Hellman public key has wrong parameters.");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
ECNamedCurveTable.java 31 catch (IllegalArgumentException e)
45 catch (IllegalArgumentException e)
  /external/glide/library/src/main/java/com/bumptech/glide/request/target/
SimpleTarget.java 36 * Requests that load into this target will throw an {@link java.lang.IllegalArgumentException} if
63 throw new IllegalArgumentException("Width and height must both be > 0, but given width: " + width + " and"
  /external/guava/guava-tests/test/com/google/common/math/
DoubleUtilsTest.java 57 fail("Expected IllegalArgumentException from ensureNonNegative(Double.NaN)");
58 } catch (IllegalArgumentException expected) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
TransliteratorInstantiateAllTest.java 51 } catch (IllegalArgumentException ex) {
62 } catch (IllegalArgumentException ex2) {
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
ICUTagletAdapter.java 31 throws IllegalArgumentException {
44 throws IllegalArgumentException {
  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/input/
DirectoryInputFileGenerator.java 47 throw new IllegalArgumentException("Not found: " + baseDir.getAbsolutePath());
50 throw new IllegalArgumentException("Not a directory: " + baseDir.getAbsolutePath());
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/
Range.java 16 throw new IllegalArgumentException("begin can't be null");
19 throw new IllegalArgumentException("end can't be null");
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/utils/
UtilsTest.java 46 @Test(expected = IllegalArgumentException.class)
61 @Test(expected = IllegalArgumentException.class)
  /external/okhttp/okio/okio/src/main/java/okio/
ForwardingTimeout.java 26 if (delegate == null) throw new IllegalArgumentException("delegate == null");
36 if (delegate == null) throw new IllegalArgumentException("delegate == null");
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
AccountTest.java 49 @Test(expected = IllegalArgumentException.class)
54 @Test(expected = IllegalArgumentException.class)
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/res/
StringResourcesTest.java 67 fail("expected IllegalArgumentException with test '" + t + "'");
68 } catch (IllegalArgumentException expected) {
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowAccountTest.java 43 @Test(expected = IllegalArgumentException.class)
48 @Test(expected = IllegalArgumentException.class)
  /external/tensorflow/tensorflow/contrib/lite/java/src/main/java/org/tensorflow/lite/
NativeInterpreterWrapper.java 67 throw new IllegalArgumentException("Invalid inputs. Inputs should not be null or empty.");
78 throw new IllegalArgumentException(
88 throw new IllegalArgumentException(
140 throw new IllegalArgumentException(
161 throw new IllegalArgumentException(
202 throw new IllegalArgumentException("cannot resolve DataType of " + o.getClass().getName());
218 throw new IllegalArgumentException("array lengths cannot be 0.");
231 throw new IllegalArgumentException(
  /external/tensorflow/tensorflow/contrib/lite/java/src/testhelper/java/org/tensorflow/lite/
TestHelper.java 25 * IllegalArgumentException} will be thrown.
32 throw new IllegalArgumentException("Interpreter has not initialized; Failed to setUseNNAPI.");
  /frameworks/av/packages/MediaComponents/src/com/android/media/
SessionToken2Impl.java 62 throw new IllegalArgumentException("packageName shouldn't be empty");
65 throw new IllegalArgumentException("serviceName shouldn't be empty");
74 throw new IllegalArgumentException("Cannot find package " + packageName);
93 throw new IllegalArgumentException("service " + serviceName + " doesn't implement"
194 throw new IllegalArgumentException("Unexpected sessionBinder for session,"
201 throw new IllegalArgumentException("Session service needs service name");
205 throw new IllegalArgumentException("Invalid type");
208 throw new IllegalArgumentException("Package name nor ID cannot be null.");

Completed in 2114 milliseconds

<<21222324252627282930>>