HomeSort by relevance Sort by last modified time
    Searched full:illegalargumentexception (Results 151 - 175 of 3889) sorted by null

1 2 3 4 5 67 8 91011>>

  /dalvik/tests/064-field-access/
info.txt 6 the field causes an IllegalArgumentException. If code does both at the
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyGeneratorTest.java 127 fail("IllegalArgumentException must be thrown");
128 } catch (IllegalArgumentException e) {
191 NoSuchAlgorithmException, IllegalArgumentException,
215 * throws IllegalArgumentException when provider is null or empty
218 public void testGetInstanceStringString02() throws IllegalArgumentException,
228 fail("IllegalArgumentException must be thrown when provider is null");
229 } catch (IllegalArgumentException e) {
233 fail("IllegalArgumentException must be thrown when provider is empty");
234 } catch (IllegalArgumentException e) {
252 public void testGetInstanceStringString03() throws IllegalArgumentException,
    [all...]
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
KeyAgreementSpiTest.java 79 fail("IllegalArgumentException must be thrown");
80 } catch (IllegalArgumentException e) {
85 fail("IllegalArgumentException must be thrown");
86 } catch (IllegalArgumentException e) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ServiceConfigurationErrorTest.java 48 IllegalArgumentException iae = new IllegalArgumentException(
65 new IllegalArgumentException("info in the IAE")));
75 new IllegalArgumentException("info in the IAE"));
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KSPrivateKeyEntryTest.java 82 * and throws IllegalArgumentException when chain length is 0
95 fail("IllegalArgumentException must be thrown when chain length is 0");
96 } catch (IllegalArgumentException e) {
102 * Assertion: throws IllegalArgumentException when chain contains certificates
109 fail("IllegalArgumentException must be thrown when chain contains certificates of different types");
110 } catch (IllegalArgumentException e) {
117 * Assertion: throws IllegalArgumentException when algorithm of privateKey
124 fail("IllegalArgumentException must be thrown when key algorithms do not match");
125 } catch (IllegalArgumentException e) {
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSessionContextImplTest.java 68 fail("No expected IllegalArgumentException");
69 } catch (IllegalArgumentException e) {
82 fail("No expected IllegalArgumentException");
83 } catch (IllegalArgumentException e) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1OctetString.java 22 * @exception IllegalArgumentException if the tagged object cannot
45 * @exception IllegalArgumentException if the object cannot be converted.
62 throw new IllegalArgumentException("failed to construct OCTET STRING from byte[]: " + e.getMessage());
75 throw new IllegalArgumentException("illegal object in getInstance: " + obj.getClass().getName());
DERBMPString.java 20 * @exception IllegalArgumentException if the object cannot be converted.
38 throw new IllegalArgumentException("encoding error in getInstance: " + e.toString());
42 throw new IllegalArgumentException("illegal object in getInstance: " + obj.getClass().getName());
51 * @exception IllegalArgumentException if the tagged object cannot
DERInteger.java 16 * @exception IllegalArgumentException if the object cannot be converted.
38 throw new IllegalArgumentException("encoding error in getInstance: " + e.toString());
42 throw new IllegalArgumentException("illegal object in getInstance: " + obj.getClass().getName());
51 * @exception IllegalArgumentException if the tagged object cannot
DERUniversalString.java 21 * @exception IllegalArgumentException if the object cannot be converted.
39 throw new IllegalArgumentException("encoding error getInstance: " + e.toString());
43 throw new IllegalArgumentException("illegal object in getInstance: " + obj.getClass().getName());
52 * @exception IllegalArgumentException if the tagged object cannot
  /external/hamcrest/src/org/hamcrest/internal/
ArrayIterator.java 12 throw new IllegalArgumentException("not an array");
  /external/jmdns/src/javax/jmdns/
NetworkTopologyEvent.java 24 * @exception IllegalArgumentException
  /external/junit/src/junit/extensions/
RepeatedTest.java 16 throw new IllegalArgumentException("Repetition count must be >= 0");
  /external/smack/src/org/apache/harmony/javax/security/auth/callback/
ChoiceCallback.java 40 throw new IllegalArgumentException("auth.1C"); //$NON-NLS-1$
44 throw new IllegalArgumentException("auth.1C"); //$NON-NLS-1$
54 throw new IllegalArgumentException("auth.14"); //$NON-NLS-1$
61 throw new IllegalArgumentException("auth.1D"); //$NON-NLS-1$
  /external/smack/src/org/jivesoftware/smack/util/dns/
HostAddress.java 27 * @throws IllegalArgumentException If the fqdn is null.
31 throw new IllegalArgumentException("FQDN is null");
47 * @throws IllegalArgumentException If the fqdn is null or port is out of valid range (0 - 65535).
52 throw new IllegalArgumentException(
  /external/smack/src/org/jivesoftware/smackx/muc/
PacketMultiplexListener.java 63 throw new IllegalArgumentException("MessageCollector is null");
66 throw new IllegalArgumentException("Presence listener is null");
69 throw new IllegalArgumentException("Subject listener is null");
72 throw new IllegalArgumentException("Declines listener is null");
  /frameworks/base/core/java/android/database/
Observable.java 40 * @throws IllegalArgumentException the observer is null
45 throw new IllegalArgumentException("The observer is null.");
59 * @throws IllegalArgumentException the observer is null
64 throw new IllegalArgumentException("The observer is null.");
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetActiveUniformBlockName.cpp 17 _exceptionType = "java/lang/IllegalArgumentException";
23 _exceptionType = "java/lang/IllegalArgumentException";
34 _exceptionType = "java/lang/IllegalArgumentException";
40 _exceptionType = "java/lang/IllegalArgumentException";
  /libcore/luni/src/main/java/java/text/spi/
BreakIteratorProvider.java 46 * @throws IllegalArgumentException
59 * @throws IllegalArgumentException
72 * @throws IllegalArgumentException
85 * @throws IllegalArgumentException
  /libcore/luni/src/main/java/javax/crypto/spec/
SecretKeySpec.java 53 * @throws IllegalArgumentException
59 throw new IllegalArgumentException("key == null");
62 throw new IllegalArgumentException("key.length == 0");
65 throw new IllegalArgumentException("algorithm == null");
86 * @throws IllegalArgumentException
95 throw new IllegalArgumentException("key == null");
98 throw new IllegalArgumentException("key.length == 0");
104 throw new IllegalArgumentException("key too short");
107 throw new IllegalArgumentException("algorithm == null");
  /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;
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderFactoryImpl.java 38 public Object getAttribute(String name) throws IllegalArgumentException {
39 throw new IllegalArgumentException(name);
85 throws IllegalArgumentException {
86 throw new IllegalArgumentException(name);
  /libcore/luni/src/test/java/libcore/java/net/
OldDatagramPacketTest.java 64 fail("IllegalArgumentException was not thrown.");
65 } catch(IllegalArgumentException expected) {
70 fail("IllegalArgumentException was not thrown.");
71 } catch(IllegalArgumentException expected) {
  /libcore/luni/src/test/java/libcore/java/util/
OldLinkedHashMapTest.java 58 fail("IllegalArgumentException expected");
59 } catch (IllegalArgumentException expected) {
64 fail("IllegalArgumentException expected");
65 } catch (IllegalArgumentException expected) {
  /libcore/luni/src/test/java/libcore/java/util/jar/
OldAttributesTest.java 38 a.getValue("IllegalArgumentException expected");
39 } catch (IllegalArgumentException ee) {
99 fail("IllegalArgumentException expected");
100 } catch (IllegalArgumentException ee) {

Completed in 959 milliseconds

1 2 3 4 5 67 8 91011>>