OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:throw
(Results
951 - 975
of
5185
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/utils/
ObjectIdentifier.java
91
throw
new NullPointerException(Messages.getString("security.172")); //$NON-NLS-1$
193
throw
new NullPointerException(Messages.getString("security.98")); //$NON-NLS-1$
197
throw
new IllegalArgumentException(
202
throw
new IllegalArgumentException(
205
throw
new IllegalArgumentException(
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
ASN1Collection.java
51
throw
new IndexOutOfBoundsException(Integer.toString(index));
95
throw
new NullPointerException("obj == null");
175
throw
new ConcurrentModificationException();
184
throw
new ConcurrentModificationException();
280
throw
new IllegalArgumentException(
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/encodings/
PKCS1Encoding.java
176
throw
new InvalidCipherTextException("block truncated");
183
throw
new InvalidCipherTextException("unknown block type");
188
throw
new InvalidCipherTextException("block incorrect size");
206
throw
new InvalidCipherTextException("block padding incorrect");
214
throw
new InvalidCipherTextException("no data in block");
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/modes/
CTSBlockCipher.java
27
throw
new IllegalArgumentException("CTSBlockCipher can only accept ECB, or CBC ciphers");
127
throw
new IllegalArgumentException("Can't have a negative input length!");
137
throw
new DataLengthException("output buffer too short");
194
throw
new DataLengthException("output buffer to small in doFinal");
207
throw
new DataLengthException("need at least one block of input for CTS");
PaddedBlockCipher.java
132
throw
new IllegalArgumentException("Can't have a negative input length!");
142
throw
new DataLengthException("output buffer too short");
202
throw
new DataLengthException("output buffer too short");
231
throw
new DataLengthException("last block incomplete in decryption");
241
throw
new InvalidCipherTextException("pad block corrupted");
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/netscape/
NetscapeCertRequest.java
85
throw
new IllegalArgumentException("invalid SPKAC (size):"
103
throw
new IllegalArgumentException("invalid PKAC (len): "
126
throw
new IllegalArgumentException(e.toString());
248
throw
new SignatureException(ioe.getMessage());
275
throw
new InvalidKeySpecException(ioe.getMessage());
/dalvik/libcore/x-net/src/main/java/javax/net/ssl/
HttpsURLConnection.java
47
throw
new IllegalArgumentException("HostnameVerifier is null");
71
throw
new IllegalArgumentException("SSLSocketFactory is null");
153
throw
new SSLPeerUnverifiedException("No server's end-entity certificate");
184
throw
new IllegalArgumentException("HostnameVerifier is null");
208
throw
new IllegalArgumentException("SSLSocketFactory is null");
KeyManagerFactory.java
78
throw
new NullPointerException("algorithm is null");
109
throw
new IllegalArgumentException("Provider is null or empty");
113
throw
new NoSuchProviderException(provider);
137
throw
new IllegalArgumentException("Provider is null");
140
throw
new NullPointerException("algorithm is null");
TrustManagerFactory.java
77
throw
new NullPointerException("algorithm is null");
108
throw
new IllegalArgumentException("Provider is null oe empty");
112
throw
new NoSuchProviderException(provider);
136
throw
new IllegalArgumentException("Provider is null");
139
throw
new NullPointerException("algorithm is null");
/dalvik/libnativehelper/
JNIHelp.c
97
*
Throw
an exception with the specified class and an optional message.
116
LOGW("Discarding pending exception (%s) to
throw
%s\n",
136
*
Throw
a java.lang.NullPointerException, with an optional message.
144
*
Throw
a java.lang.RuntimeException, with an optional message.
152
*
Throw
a java.io.IOException, generating the message from errno.
/dalvik/libnativehelper/include/nativehelper/
JNIHelp.h
45
*
Throw
an exception with the specified class and an optional message.
52
* Currently aborts the VM if it can't
throw
the exception.
57
*
Throw
a java.lang.NullPointerException, with an optional message.
62
*
Throw
a java.lang.RuntimeException, with an optional message.
67
*
Throw
a java.io.IOException, generating the message from errno.
/dalvik/tools/dexdeps/src/com/android/dexdeps/
Main.java
105
throw
fnfe;
121
throw
new ZipException();
175
throw
new UsageException();
180
throw
new UsageException();
186
throw
new UsageException();
/external/apache-http/src/org/apache/commons/codec/net/
RFC1522Codec.java
102
throw
new DecoderException("RFC 1522 violation: malformed encoded content");
108
throw
new DecoderException("RFC 1522 violation: charset token not found");
112
throw
new DecoderException("RFC 1522 violation: charset not specified");
117
throw
new DecoderException("RFC 1522 violation: encoding token not found");
121
throw
new DecoderException("This codec cannot decode " +
/external/apache-http/src/org/apache/http/auth/
AuthSchemeRegistry.java
79
throw
new IllegalArgumentException("Name may not be null");
82
throw
new IllegalArgumentException("Authentication scheme factory may not be null");
95
throw
new IllegalArgumentException("Name may not be null");
115
throw
new IllegalArgumentException("Name may not be null");
121
throw
new IllegalStateException("Unsupported authentication scheme: " + name);
/external/apache-http/src/org/apache/http/conn/scheme/
SchemeRegistry.java
80
throw
new IllegalStateException
100
throw
new IllegalArgumentException("Host must not be null.");
116
throw
new IllegalArgumentException("Name must not be null.");
137
throw
new IllegalArgumentException("Scheme must not be null.");
154
throw
new IllegalArgumentException("Name must not be null.");
/external/apache-http/src/org/apache/http/cookie/
CookieSpecRegistry.java
74
throw
new IllegalArgumentException("Name may not be null");
77
throw
new IllegalArgumentException("Cookie spec factory may not be null");
89
throw
new IllegalArgumentException("Id may not be null");
109
throw
new IllegalArgumentException("Name may not be null");
115
throw
new IllegalStateException("Unsupported cookie spec: " + name);
/external/apache-http/src/org/apache/http/impl/
AbstractHttpClientConnection.java
119
throw
new IllegalArgumentException("Input session buffer may not be null");
122
throw
new IllegalArgumentException("Output session buffer may not be null");
145
throw
new IllegalArgumentException("HTTP request may not be null");
155
throw
new IllegalArgumentException("HTTP request may not be null");
189
throw
new IllegalArgumentException("HTTP response may not be null");
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
WaitingThread.java
76
throw
new IllegalArgumentException("Condition must not be null.");
143
throw
new IllegalStateException
150
throw
new InterruptedException("Operation interrupted");
163
throw
new InterruptedException("Operation interrupted");
182
throw
new IllegalStateException
/external/apache-http/src/org/apache/http/impl/cookie/
CookieSpecBase.java
78
throw
new MalformedCookieException("Cookie name may not be empty");
106
throw
new IllegalArgumentException("Cookie may not be null");
109
throw
new IllegalArgumentException("Cookie origin may not be null");
118
throw
new IllegalArgumentException("Cookie may not be null");
121
throw
new IllegalArgumentException("Cookie origin may not be null");
/external/apache-http/src/org/apache/http/util/
EntityUtils.java
62
throw
new IllegalArgumentException("HTTP entity may not be null");
69
throw
new IllegalArgumentException("HTTP entity too large to be buffered in memory");
92
throw
new IllegalArgumentException("HTTP entity may not be null");
110
throw
new IllegalArgumentException("HTTP entity may not be null");
117
throw
new IllegalArgumentException("HTTP entity too large to be buffered in memory");
/external/emma/ant/ant14/com/vladium/emma/data/
mergeTask.java
39
throw
(BuildException) newBuildException (getTaskName ()
58
throw
(BuildException) newBuildException (getTaskName ()
67
throw
(BuildException) newBuildException (getTaskName ()
76
throw
(BuildException) newBuildException (getTaskName ()
85
throw
(BuildException) newBuildException (getTaskName ()
/external/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLWriter.java
32
if (out == null)
throw
new IllegalArgumentException ("null input: out");
50
throw
new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
65
throw
new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
80
throw
new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
95
throw
new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe);
/external/guava/src/com/google/common/base/internal/
Finalizer.java
40
* poses a problem for environments where you want to
throw
away the class
78
throw
new IllegalArgumentException(
150
throw
new ShutDown();
181
throw
new ShutDown();
186
throw
new AssertionError(e);
/external/guava/src/com/google/common/collect/
RegularImmutableList.java
150
throw
new NoSuchElementException();
160
throw
new NoSuchElementException();
167
throw
new UnsupportedOperationException();
170
throw
new UnsupportedOperationException();
173
throw
new UnsupportedOperationException();
/external/guava/src/com/google/common/util/concurrent/
SimpleTimeLimiter.java
103
throw
new AssertionError("can't get here");
114
// TODO: should this actually
throw
only ExecutionException?
127
throw
e;
134
throw
Throwables.throwCause(e, true);
137
throw
new UncheckedTimeoutException(e);
Completed in 407 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>