OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:throw
(Results
751 - 775
of
5185
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/dalvik/libcore/luni/src/test/java/tests/api/java/io/
UnsupportedEncodingExceptionTest.java
40
throw
new UnsupportedEncodingException();
59
throw
new UnsupportedEncodingException("Something went wrong.");
/dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/
ReadWriteFileChannel.java
40
throw
new NullPointerException();
43
throw
new IllegalArgumentException();
/dalvik/libcore/nio_char/src/test/java/tests/api/java/nio/charset/
CharsetTest.java
174
fail("Should
throw
IllegalArgumentException!");
194
// FIXME: Commented out since RI does
throw
IAE
195
// fail("Should not
throw
IllegalArgumentException!");
213
fail("Should not
throw
IllegalArgumentException!");
229
fail("Should
throw
IllegalCharsetNameException!");
260
fail("Should
throw
IllegalArgumentException!");
278
fail("Should
throw
IllegalArgumentException!");
296
fail("Should
throw
IllegalArgumentException!");
314
fail("Should
throw
IllegalCharsetNameException!");
332
fail("Should
throw
UnsupportedCharsetException!")
[
all
...]
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
DERUniversalString.java
34
throw
new IllegalArgumentException("illegal object in getInstance: " + obj.getClass().getName());
74
throw
new RuntimeException("internal error encoding BitString");
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/cms/
OriginatorIdentifierOrKey.java
54
throw
new IllegalArgumentException(
80
throw
new IllegalArgumentException("Invalid OriginatorIdentifierOrKey: " + o.getClass().getName());
Time.java
32
throw
new IllegalArgumentException("unknown object passed to Time");
80
throw
new IllegalArgumentException("unknown object in factory");
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ess/
OtherSigningCertificate.java
27
throw
new IllegalArgumentException(
39
throw
new IllegalArgumentException("Bad sequence size: "
SigningCertificate.java
28
throw
new IllegalArgumentException(
40
throw
new IllegalArgumentException("Bad sequence size: "
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
AccessDescription.java
40
throw
new IllegalArgumentException("unknown object in factory");
48
throw
new IllegalArgumentException("wrong number of elements in inner sequence");
AlgorithmIdentifier.java
49
throw
new IllegalArgumentException("unknown object in factory");
78
throw
new IllegalArgumentException("Bad sequence size: "
CertificateList.java
51
throw
new IllegalArgumentException("unknown object in factory");
65
throw
new IllegalArgumentException("sequence wrong size for CertificateList");
DSAParameter.java
39
throw
new IllegalArgumentException("Invalid DSAParameter: " + obj.getClass().getName());
57
throw
new IllegalArgumentException("Bad sequence size: " + seq.size());
IssuerSerial.java
32
throw
new IllegalArgumentException("illegal object in getInstance: " + obj.getClass().getName());
47
throw
new IllegalArgumentException("Bad sequence size: " + seq.size());
IssuingDistributionPoint.java
47
throw
new IllegalArgumentException("unknown object in factory");
81
throw
new IllegalArgumentException("unknown tag in IssuingDistributionPoint");
ObjectDigestInfo.java
39
throw
new IllegalArgumentException("illegal object in getInstance: " + obj.getClass().getName());
53
throw
new IllegalArgumentException("Bad sequence size: "
PolicyQualifierInfo.java
67
throw
new IllegalArgumentException("Bad sequence size: "
87
throw
new IllegalArgumentException("unknown object in getInstance.");
RSAPublicKeyStructure.java
40
throw
new IllegalArgumentException("Invalid RSAPublicKeyStructure: " + obj.getClass().getName());
56
throw
new IllegalArgumentException("Bad sequence size: "
Time.java
34
throw
new IllegalArgumentException("unknown object passed to Time");
82
throw
new IllegalArgumentException("unknown object in factory");
X509CertificateStructure.java
49
throw
new IllegalArgumentException("unknown object in factory");
69
throw
new IllegalArgumentException("sequence wrong size for a certificate");
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/agreement/
DHBasicAgreement.java
49
throw
new IllegalArgumentException("DHEngine expects DHPrivateKeyParameters");
67
throw
new IllegalArgumentException("Diffie-Hellman public key has wrong parameters.");
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/
X509V3CertificateGenerator.java
129
throw
new IllegalArgumentException("unable to process key - " + e.toString());
142
throw
new IllegalArgumentException("Unknown signature type requested");
186
throw
new IllegalArgumentException("error encoding value: " + e);
237
throw
new SecurityException("BC provider not installed!");
257
throw
new SecurityException("BC provider not installed!");
288
throw
new IllegalStateException("no signature algorithm specified");
303
throw
new SecurityException("exception creating signature: " + e.toString());
334
throw
new SecurityException("exception encoding TBS cert - " + e);
/dalvik/libcore/security/src/main/java/org/bouncycastle/util/encoders/
BufferedDecoder.java
27
throw
new IllegalArgumentException("buffer size not multiple of input block size");
61
throw
new IllegalArgumentException("Can't have a negative input length!");
BufferedEncoder.java
27
throw
new IllegalArgumentException("buffer size not multiple of input block size");
61
throw
new IllegalArgumentException("Can't have a negative input length!");
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
MyCertPathValidatorSpi.java
46
throw
new CertPathValidatorException("certPath null");
51
throw
new InvalidAlgorithmParameterException("params null");
/dalvik/libcore/support/src/test/java/tests/support/
Support_StringReader.java
86
throw
new IOException("StringReader is closed");
90
throw
new IllegalArgumentException();
126
throw
new IOException("StringReader is closed");
164
throw
new IOException("StringReader is closed");
167
throw
new ArrayIndexOutOfBoundsException();
191
throw
new IOException("StringReader is closed");
210
throw
new IOException("StringReader is closed");
244
throw
new IOException("StringReader is closed");
Completed in 63 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>