HomeSort by relevance Sort by last modified time
    Searched full:throw (Results 1901 - 1925 of 5185) sorted by null

<<71727374757677787980>>

  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
DistributionPointName.java 49 throw new IllegalArgumentException("unknown object in factory");
ExtendedKeyUsage.java 46 throw new IllegalArgumentException("Invalid ExtendedKeyUsage: " + obj.getClass().getName());
V1TBSCertificateGenerator.java 99 throw new IllegalStateException("not all mandatory fields set in V1 TBScertificate generator");
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/qualified/
BiometricData.java 46 throw new IllegalArgumentException("unknown object in getInstance");
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/
BufferedBlockCipher.java 209 throw new IllegalArgumentException("Can't have a negative input length!");
219 throw new DataLengthException("output buffer too short");
281 throw new DataLengthException("output buffer too short for doFinal()");
293 throw new DataLengthException("data not block size aligned");
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/paddings/
PaddedBufferedBlockCipher.java 184 throw new IllegalArgumentException("Can't have a negative input length!");
194 throw new DataLengthException("output buffer too short");
257 throw new DataLengthException("output buffer too short");
281 throw new DataLengthException("last block incomplete in decryption");
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
CertStoreCollectionSpi.java 28 throw new InvalidAlgorithmParameterException("org.bouncycastle.jce.provider.CertStoreCollectionSpi: parameter must be a CollectionCertStoreParameters object\n" + params.toString());
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
PrivilegedExceptionActionTest.java 46 throw toThrow;
  /dalvik/libcore/security/src/test/java/tests/security/acl/
AclNotFoundException2Test.java 45 throw new AclNotFoundException();
  /dalvik/libcore/security/src/test/java/tests/security/cert/
CertificateEncodingException2Test.java 43 throw new CertificateEncodingException();
  /dalvik/libcore/support/src/test/java/tests/support/
ThrowingReader.java 61 throw new IOException();
  /dalvik/libcore/text/src/main/java/java/text/
StringCharacterIterator.java 62 throw new IllegalArgumentException();
89 throw new IllegalArgumentException();
108 throw new AssertionError(e); // android-changed
249 throw new IllegalArgumentException();
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLStreamedInput.java 52 throw new EndOfSourceException();
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/objects/
XBooleanStatic.java 66 throw new org.apache.xml.utils.WrappedRuntimeException(te);
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/ls/
LSException.java 16 * Parser or write operations may throw an <code>LSException</code> if the
  /dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/
EnumControl.java 49 throw new IllegalArgumentException(Messages.getString("sound.0D")); //$NON-NLS-1$
  /dalvik/tests/044-proxy/src/
Clash3.java 38 System.err.println("Clash3 did not throw expected exception");
Clash4.java 39 System.err.println("Clash4 did not throw expected exception");
  /dalvik/tests/052-verifier-fun/src/
Main.java 6 * Throw a few things at the verifier, all of which are expected to pass.
  /dalvik/vm/mterp/armv4t/
OP_IGET_WIDE.S 19 EXPORT_PC() @ resolve() could throw
OP_IPUT_WIDE.S 16 EXPORT_PC() @ resolve() could throw
OP_SPUT_WIDE.S 33 EXPORT_PC() @ resolve() could throw, so export now
  /dalvik/vm/mterp/armv5te/
OP_IGET.S 22 EXPORT_PC() @ resolve() could throw
OP_IGET_WIDE.S 19 EXPORT_PC() @ resolve() could throw
OP_INVOKE_DIRECT.S 31 b common_errNullObject @ yes, throw exception

Completed in 695 milliseconds

<<71727374757677787980>>