OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:throw
(Results
1726 - 1750
of
5185
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/dalvik/libcore/security/src/main/java/java/security/cert/
CertPathValidatorException.java
71
throw
new IllegalArgumentException(
76
throw
new IndexOutOfBoundsException(Messages.getString("security.54")); //$NON-NLS-1$
LDAPCertStoreParameters.java
49
throw
new NullPointerException();
77
throw
new NullPointerException();
PolicyQualifierInfo.java
52
throw
new NullPointerException(Messages.getString("security.0A")); //$NON-NLS-1$
55
throw
new IOException(Messages.getString("security.69")); //$NON-NLS-1$
/dalvik/libcore/security/src/main/java/java/security/spec/
ECPoint.java
55
throw
new NullPointerException(Messages.getString("security.83", "X")); //$NON-NLS-1$ //$NON-NLS-2$
59
throw
new NullPointerException(Messages.getString("security.83", "Y")); //$NON-NLS-1$ //$NON-NLS-2$
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/
ASN1StringType.java
77
throw
new RuntimeException(e.getMessage());
147
throw
new RuntimeException(e.getMessage());
ASN1TypeCollection.java
53
//
throw
new ASN1Exception("ASN1 collection type: "
96
throw
new RuntimeException(Messages.getString("security.101", getClass().getName())); //$NON-NLS-1$
BitString.java
63
throw
new IllegalArgumentException(
68
throw
new IllegalArgumentException(
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/
CRLDistributionPoints.java
78
throw
new IllegalArgumentException(Messages.getString("security.17D")); //$NON-NLS-1$
86
throw
new IllegalArgumentException(Messages.getString("security.17D")); //$NON-NLS-1$
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
ASN1TaggedObject.java
27
throw
new IllegalArgumentException("implicitly tagged tagged object");
38
throw
new IllegalArgumentException("unknown object in getInstance");
BERConstructedOctetString.java
29
throw
new IllegalArgumentException(octs.elementAt(i).getClass().getName() + " found in input should only contain DEROctetString");
33
throw
new IllegalArgumentException("exception converting octets " + e.toString());
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/cms/
SignedData.java
43
throw
new IllegalArgumentException("unknown object in factory");
126
throw
new IllegalArgumentException("unknown tag value " + tagged.getTagNo());
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/pkcs/
RSAESOAEPparams.java
40
throw
new IllegalArgumentException("unknown object in factory");
86
throw
new IllegalArgumentException("unknown tag");
RSAPrivateKeyStructure.java
47
throw
new IllegalArgumentException("unknown object in factory");
79
throw
new IllegalArgumentException("wrong version for RSA private key");
RSASSAPSSparams.java
42
throw
new IllegalArgumentException("unknown object in factory");
95
throw
new IllegalArgumentException("unknown tag");
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
AuthorityKeyIdentifier.java
50
throw
new IllegalArgumentException("unknown object in factory");
74
throw
new IllegalArgumentException("illegal tag");
GeneralSubtree.java
62
throw
new IllegalArgumentException("Bad tag number: "
71
throw
new IllegalArgumentException("Bad sequence size: "
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/generators/
PKCS5S1ParametersGenerator.java
69
throw
new IllegalArgumentException(
97
throw
new IllegalArgumentException(
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/macs/
BlockCipherMac.java
50
throw
new IllegalArgumentException("MAC size must be multiple of 8");
101
throw
new IllegalArgumentException("Can't have a negative input length!");
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/
X509Principal.java
28
throw
new IOException("not an ASN.1 Sequence: " + e);
146
throw
new RuntimeException(e.toString());
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
BrokenKDF2BytesGenerator.java
45
throw
new IllegalArgumentException("KDF parameters required for KDF2Generator");
77
throw
new DataLengthException("output buffer too small");
X509SignatureUtil.java
47
throw
new SignatureException("IOException decoding parameters: " + e.getMessage());
58
throw
new SignatureException("Exception extracting parameters: " + e.getMessage());
/dalvik/libcore/security-kernel/src/main/java/java/security/
AccessController.java
47
throw
new Error("statics only.");
82
throw
new NullPointerException("action can not be null");
111
throw
new NullPointerException("action can not be null");
142
throw
new NullPointerException("action can not be null");
176
throw
new NullPointerException("action can not be null");
213
throw
(RuntimeException) ex;
217
throw
new PrivilegedActionException(ex);
305
throw
new NullPointerException("permission can not be null");
/dalvik/libcore/text/src/main/java/java/text/
RuleBasedBreakIterator.java
70
* check the offset,
throw
exception if it is invalid
75
throw
new IllegalArgumentException();
/dalvik/libcore/xml/src/main/java/javax/xml/transform/dom/
DOMResult.java
132
throw
new IllegalArgumentException("Cannot create a DOMResult when the nextSibling is contained by the \"null\" node.");
137
throw
new IllegalArgumentException("Cannot create a DOMResult when the nextSibling is not contained by the node.");
181
throw
new IllegalArgumentException("Cannot create a DOMResult when the nextSibling is contained by the \"null\" node.");
186
throw
new IllegalArgumentException("Cannot create a DOMResult when the nextSibling is not contained by the node.");
221
throw
new IllegalStateException("Cannot create a DOMResult when the nextSibling is contained by the \"null\" node.");
226
throw
new IllegalArgumentException("Cannot create a DOMResult when the nextSibling is not contained by the node.");
277
throw
new IllegalStateException("Cannot create a DOMResult when the nextSibling is contained by the \"null\" node.");
282
throw
new IllegalArgumentException("Cannot create a DOMResult when the nextSibling is not contained by the node.");
/dalvik/libcore/xml/src/main/java/javax/xml/xpath/
XPathException.java
52
throw
new NullPointerException ( "message can't be null");
70
throw
new NullPointerException ( "cause can't be null");
Completed in 169 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>