OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NullPointerException
(Results
351 - 375
of
1588
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/libcore/luni/src/main/java/java/io/
FileOutputStream.java
85
throw new
NullPointerException
("file == null");
96
* @throws
NullPointerException
if {@code fd} is null.
100
throw new
NullPointerException
("fd == null");
/libcore/luni/src/main/java/java/lang/
ProcessBuilder.java
57
* @throws
NullPointerException
62
throw new
NullPointerException
();
100
* @throws
NullPointerException
105
throw new
NullPointerException
();
180
* @throws
NullPointerException
/libcore/luni/src/main/java/java/security/
AlgorithmParameterGenerator.java
85
* @throws
NullPointerException
91
throw new
NullPointerException
();
114
* @throws
NullPointerException
142
* @throws
NullPointerException
152
throw new
NullPointerException
();
KeyFactory.java
79
throw new
NullPointerException
();
133
throw new
NullPointerException
();
/libcore/luni/src/main/java/java/security/cert/
CertPathBuilder.java
97
* @throws
NullPointerException
105
throw new
NullPointerException
();
124
* @throws
NullPointerException
153
* @throws
NullPointerException
162
throw new
NullPointerException
();
CertPathValidator.java
98
* @throws
NullPointerException
104
throw new
NullPointerException
();
124
* @throws
NullPointerException
154
* @throws
NullPointerException
163
throw new
NullPointerException
();
/libcore/luni/src/main/java/java/util/concurrent/
Executors.java
81
* @throws
NullPointerException
if threadFactory is null
123
* @throws
NullPointerException
if threadFactory is null
162
* @throws
NullPointerException
if threadFactory is null
203
* @throws
NullPointerException
if threadFactory is null
231
* @throws
NullPointerException
if threadFactory is null
247
* @throws
NullPointerException
if executor null
251
throw new
NullPointerException
();
263
* @throws
NullPointerException
if executor null
267
throw new
NullPointerException
();
335
* @throws
NullPointerException
if task nul
[
all
...]
AbstractExecutorService.java
76
* @throws
NullPointerException
{@inheritDoc}
79
if (task == null) throw new
NullPointerException
();
87
* @throws
NullPointerException
{@inheritDoc}
90
if (task == null) throw new
NullPointerException
();
98
* @throws
NullPointerException
{@inheritDoc}
101
if (task == null) throw new
NullPointerException
();
114
throw new
NullPointerException
();
202
throw new
NullPointerException
();
233
throw new
NullPointerException
();
/libcore/luni/src/main/java/javax/crypto/
SecretKeyFactory.java
100
* @throws
NullPointerException
106
throw new
NullPointerException
();
159
* @throws
NullPointerException
168
throw new
NullPointerException
();
/libcore/luni/src/main/java/javax/crypto/spec/
PBEKeySpec.java
67
* @throws
NullPointerException
76
throw new
NullPointerException
("salt == null");
110
* @throws
NullPointerException
117
throw new
NullPointerException
("salt == null");
/libcore/luni/src/main/java/javax/net/ssl/
KeyManagerFactory.java
64
* @throws
NullPointerException
71
throw new
NullPointerException
("algorithm is null");
92
* @throws
NullPointerException
120
* @throws
NullPointerException
130
throw new
NullPointerException
("algorithm is null");
TrustManagerFactory.java
63
* @throws
NullPointerException
70
throw new
NullPointerException
("algorithm is null");
91
* @throws
NullPointerException
119
* @throws
NullPointerException
129
throw new
NullPointerException
("algorithm is null");
/libcore/luni/src/main/java/org/apache/harmony/security/utils/
ObjectIdentifier.java
65
* @throws
NullPointerException
- if oid is null
82
* @throws
NullPointerException
- if oid is null
89
throw new
NullPointerException
("oidGroup == null");
185
* @throws
NullPointerException
- if oid is null
191
throw new
NullPointerException
("oid == null");
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
SAXParserFactoryImpl.java
44
throw new
NullPointerException
();
89
throw new
NullPointerException
();
/libcore/luni/src/test/java/libcore/java/net/
OldDatagramPacketTest.java
110
fail("
NullPointerException
was not thrown.");
111
} catch(
NullPointerException
expected) {
119
fail("
NullPointerException
was not thrown.");
120
} catch(
NullPointerException
expected) {
/libcore/luni/src/test/java/libcore/javax/net/ssl/
KeyStoreBuilderParametersTest.java
32
} catch (
NullPointerException
expected) {
50
} catch (
NullPointerException
expected) {
/libcore/luni/src/test/java/tests/api/java/util/
ResourceBundleTest.java
72
fail("
NullPointerException
expected");
73
} catch (
NullPointerException
ee) {
127
fail("
NullPointerException
expected");
128
} catch (
NullPointerException
ee) {
134
fail("
NullPointerException
expected");
135
} catch (
NullPointerException
ee) {
141
fail("
NullPointerException
expected");
142
} catch (
NullPointerException
ee) {
185
fail("
NullPointerException
expected");
186
} catch (
NullPointerException
ee)
[
all
...]
/libcore/luni/src/test/java/tests/api/javax/net/ssl/
KeyStoreBuilderParametersTest.java
36
} catch (
NullPointerException
expected) {
56
} catch (
NullPointerException
expected) {
/libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentBuilderSetting.java
211
throw new
NullPointerException
("property");
227
throw new
NullPointerException
("other");
/libcore/luni/src/test/java/tests/security/cert/
LDAPCertStoreParametersTest.java
88
* Assertion: throws <code>
NullPointerException
</code> -
95
} catch (
NullPointerException
e) {
126
* Assertion: throws <code>
NullPointerException
</code> -
133
} catch (
NullPointerException
e) {
/libcore/luni/src/test/java/tests/security/spec/
PSSParameterSpecTest.java
81
* throws <code>
NullPointerException
</code>
88
} catch (
NullPointerException
e) {
98
* throws <code>
NullPointerException
</code>
105
} catch (
NullPointerException
e) {
/packages/apps/Email/emailcommon/src/org/apache/commons/io/
IOCase.java
140
* @throws
NullPointerException
if either string is null
144
throw new
NullPointerException
("The strings must not be null");
158
* @throws
NullPointerException
if either string is null
162
throw new
NullPointerException
("The strings must not be null");
176
* @throws
NullPointerException
if either string is null
191
* @throws
NullPointerException
if either string is null
208
* @throws
NullPointerException
if either string is null
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
BreakIteratorTest.java
259
} catch (
NullPointerException
e) {
273
} catch (
NullPointerException
e) {
300
fail("BreakIterator.getCharacterInstance(null); should throw
NullPointerException
");
301
} catch (
NullPointerException
e) {
308
fail("BreakIterator.getLineInstance(null); should throw
NullPointerException
");
309
} catch (
NullPointerException
e) {
316
fail("BreakIterator.getSentenceInstance(null); should throw
NullPointerException
");
317
} catch (
NullPointerException
e) {
324
fail("BreakIterator.getWordInstance(null); should throw
NullPointerException
");
325
} catch (
NullPointerException
e)
[
all
...]
/external/nist-sip/java/gov/nist/javax/sip/header/
Via.java
288
throw new
NullPointerException
(" host parameter is null");
382
throw new
NullPointerException
(
411
throw new
NullPointerException
(
468
throw new
NullPointerException
(
498
throw new
NullPointerException
(
526
throw new
NullPointerException
(
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
OutputStreamWriterTest.java
118
} catch (
NullPointerException
exception) {
122
// throws
NullPointerException
though count is negative
126
} catch (
NullPointerException
exception) {
133
} catch (
NullPointerException
e) {
218
} catch (
NullPointerException
e) {
249
} catch (
NullPointerException
expected) {
253
// Throws
NullPointerException
before StringIndexOutOfBoundsException
257
} catch (
NullPointerException
expected) {
273
} catch (
NullPointerException
expected) {
280
} catch (
NullPointerException
expected)
[
all
...]
Completed in 2358 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>