OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IllegalArgumentException
(Results
51 - 75
of
3562
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
DerivationFunction.java
16
throws DataLengthException,
IllegalArgumentException
;
/external/objenesis/tck/src/org/objenesis/tck/candidates/
SerializableConstructorWithMandatoryArguments.java
29
throw new
IllegalArgumentException
("Need arguments");
/libcore/luni/src/main/java/java/nio/charset/
IllegalCharsetNameException.java
24
public class IllegalCharsetNameException extends
IllegalArgumentException
{
UnsupportedCharsetException.java
24
public class UnsupportedCharsetException extends
IllegalArgumentException
{
/libcore/luni/src/main/java/javax/net/ssl/
SSLEngineResult.java
105
* @throws
IllegalArgumentException
113
throw new
IllegalArgumentException
("status is null");
116
throw new
IllegalArgumentException
("handshakeStatus is null");
119
throw new
IllegalArgumentException
("bytesConsumed is negative");
122
throw new
IllegalArgumentException
("bytesProduced is negative");
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
X509TrustManagerImpl.java
13
throw new
IllegalArgumentException
("null or zero-length certificate chain");
15
throw new
IllegalArgumentException
("null or zero-length authentication type");
28
throw new
IllegalArgumentException
("null or zero-length certificate chain");
30
throw new
IllegalArgumentException
("null or zero-length authentication type");
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
MyAlgorithmParameterGeneratorSpi.java
40
throw new
IllegalArgumentException
("keysize < 0");
47
throw new
IllegalArgumentException
("random is null");
/external/emma/core/java12/com/vladium/emma/data/
SessionData.java
39
if (mdata == null) throw new
IllegalArgumentException
("null input: mdata");
40
if (cdata == null) throw new
IllegalArgumentException
("null input: cdata");
/external/emma/core/java12/com/vladium/emma/report/html/doc/
HyperRef.java
24
throw new
IllegalArgumentException
("null or empty input: href");
27
throw new
IllegalArgumentException
("null or empty input: text");
/libcore/luni/src/main/java/java/sql/
Date.java
78
* @throws
IllegalArgumentException
84
throw new
IllegalArgumentException
("unimplemented");
91
* @throws
IllegalArgumentException
97
throw new
IllegalArgumentException
("unimplemented");
104
* @throws
IllegalArgumentException
110
throw new
IllegalArgumentException
("unimplemented");
118
* @throws
IllegalArgumentException
124
throw new
IllegalArgumentException
("unimplemented");
132
* @throws
IllegalArgumentException
138
throw new
IllegalArgumentException
("unimplemented")
[
all
...]
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MyAlgorithmParameterGeneratorSpi.java
41
throw new
IllegalArgumentException
("keysize < 0");
48
throw new
IllegalArgumentException
("random is null");
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/runner/
TestSuiteAdapter.java
68
if(fileName == null) throw new
IllegalArgumentException
("null");
73
if(line == null) throw new
IllegalArgumentException
("null");
79
if(text == null) throw new
IllegalArgumentException
("null");
89
if(ast == null) throw new
IllegalArgumentException
("null");
94
if(text == null) throw new
IllegalArgumentException
("null");
100
if(text == null) throw new
IllegalArgumentException
("null");
/external/apache-http/src/org/apache/http/client/params/
HttpClientParams.java
52
throw new
IllegalArgumentException
("HTTP parameters may not be null");
60
throw new
IllegalArgumentException
("HTTP parameters may not be null");
68
throw new
IllegalArgumentException
("HTTP parameters may not be null");
76
throw new
IllegalArgumentException
("HTTP parameters may not be null");
84
throw new
IllegalArgumentException
("HTTP parameters may not be null");
96
throw new
IllegalArgumentException
("HTTP parameters may not be null");
/external/apache-http/src/org/apache/http/conn/params/
ConnManagerParams.java
64
throw new
IllegalArgumentException
("HTTP parameters may not be null");
78
throw new
IllegalArgumentException
("HTTP parameters may not be null");
104
throw new
IllegalArgumentException
121
throw new
IllegalArgumentException
144
throw new
IllegalArgumentException
162
throw new
IllegalArgumentException
ConnRouteParams.java
89
throw new
IllegalArgumentException
("Parameters must not be null.");
114
throw new
IllegalArgumentException
("Parameters must not be null.");
133
throw new
IllegalArgumentException
("Parameters must not be null.");
158
throw new
IllegalArgumentException
("Parameters must not be null.");
178
throw new
IllegalArgumentException
("Parameters must not be null.");
197
throw new
IllegalArgumentException
("Parameters must not be null.");
/external/guava/guava/src/com/google/common/math/
MathPreconditions.java
34
throw new
IllegalArgumentException
(role + " (" + x + ") must be > 0");
41
throw new
IllegalArgumentException
(role + " (" + x + ") must be > 0");
48
throw new
IllegalArgumentException
(role + " (" + x + ") must be > 0");
55
throw new
IllegalArgumentException
(role + " (" + x + ") must be >= 0");
62
throw new
IllegalArgumentException
(role + " (" + x + ") must be >= 0");
69
throw new
IllegalArgumentException
(role + " (" + x + ") must be >= 0");
/external/apache-http/src/org/apache/http/protocol/
HttpRequestExecutor.java
109
throw new
IllegalArgumentException
("HTTP request may not be null");
112
throw new
IllegalArgumentException
("Client connection may not be null");
115
throw new
IllegalArgumentException
("HTTP context may not be null");
152
throw new
IllegalArgumentException
("HTTP request may not be null");
155
throw new
IllegalArgumentException
("HTTP processor may not be null");
158
throw new
IllegalArgumentException
("HTTP context may not be null");
189
throw new
IllegalArgumentException
("HTTP request may not be null");
192
throw new
IllegalArgumentException
("HTTP connection may not be null");
195
throw new
IllegalArgumentException
("HTTP context may not be null");
265
throw new
IllegalArgumentException
("HTTP request may not be null")
[
all
...]
/frameworks/base/media/java/android/media/audiofx/
LoudnessEnhancer.java
73
* @throws java.lang.
IllegalArgumentException
78
throws IllegalStateException,
IllegalArgumentException
,
99
* @throws java.lang.
IllegalArgumentException
104
throws IllegalStateException,
IllegalArgumentException
,
119
* @throws
IllegalArgumentException
123
throws IllegalStateException,
IllegalArgumentException
, UnsupportedOperationException {
131
* @throws
IllegalArgumentException
135
throws IllegalStateException,
IllegalArgumentException
, UnsupportedOperationException {
224
* @throws
IllegalArgumentException
if the string is not correctly formatted.
230
throw new
IllegalArgumentException
("settings: " + settings)
[
all
...]
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TimeTest.java
132
fail("Should throw
IllegalArgumentException
");
133
} catch (
IllegalArgumentException
e) {
157
fail("Should throw
IllegalArgumentException
.");
158
} catch (
IllegalArgumentException
e) {
169
fail("Should throw
IllegalArgumentException
.");
170
} catch (
IllegalArgumentException
e) {
181
fail("Should throw
IllegalArgumentException
.");
182
} catch (
IllegalArgumentException
e) {
193
fail("Should throw
IllegalArgumentException
.");
194
} catch (
IllegalArgumentException
e)
[
all
...]
/frameworks/base/media/java/android/media/
MediaMetadataRetriever.java
59
* @throws
IllegalArgumentException
If the path is invalid.
61
public void setDataSource(String path) throws
IllegalArgumentException
{
63
throw new
IllegalArgumentException
();
72
throw new
IllegalArgumentException
();
74
throw new
IllegalArgumentException
();
91
* @throws
IllegalArgumentException
If the URI is invalid.
94
throws
IllegalArgumentException
{
108
throws
IllegalArgumentException
;
121
* @throws
IllegalArgumentException
if the arguments are invalid
124
throws
IllegalArgumentException
;
[
all
...]
/frameworks/base/core/java/android/os/
SystemProperties.java
48
* @throws
IllegalArgumentException
if the key exceeds 32 characters
52
throw new
IllegalArgumentException
("key.length > " + PROP_NAME_MAX);
60
* @throws
IllegalArgumentException
if the key exceeds 32 characters
64
throw new
IllegalArgumentException
("key.length > " + PROP_NAME_MAX);
75
* @throws
IllegalArgumentException
if the key exceeds 32 characters
79
throw new
IllegalArgumentException
("key.length > " + PROP_NAME_MAX);
90
* @throws
IllegalArgumentException
if the key exceeds 32 characters
94
throw new
IllegalArgumentException
("key.length > " + PROP_NAME_MAX);
110
* @throws
IllegalArgumentException
if the key exceeds 32 characters
114
throw new
IllegalArgumentException
("key.length > " + PROP_NAME_MAX)
[
all
...]
/frameworks/base/media/java/android/media/videoeditor/
Effect.java
65
throw new
IllegalArgumentException
("Media item cannot be null");
69
throw new
IllegalArgumentException
("Invalid start time Or/And Duration");
72
throw new
IllegalArgumentException
("Invalid start time and duration");
98
throw new
IllegalArgumentException
("Invalid duration");
102
throw new
IllegalArgumentException
("Duration is too large");
131
throw new
IllegalArgumentException
("Start time is too large");
158
throw new
IllegalArgumentException
("Invalid start time or duration");
Overlay.java
60
* @throws
IllegalArgumentException
if the file type is not PNG or the
66
throw new
IllegalArgumentException
("Media item cannot be null");
70
throw new
IllegalArgumentException
("Invalid start time and/OR duration");
74
throw new
IllegalArgumentException
("Invalid start time and duration");
110
throw new
IllegalArgumentException
("Invalid duration");
114
throw new
IllegalArgumentException
("Duration is too large");
143
throw new
IllegalArgumentException
("Start time is too large");
162
throw new
IllegalArgumentException
("Invalid start time or duration");
/libcore/luni/src/main/java/java/io/
EmulatedFields.java
114
* @throws
IllegalArgumentException
117
public boolean defaulted(String name) throws
IllegalArgumentException
{
120
throw new
IllegalArgumentException
("no field '" + name + "'");
188
throw new
IllegalArgumentException
("no field '" + name + "' of type " + type);
205
* @throws
IllegalArgumentException
208
public byte get(String name, byte defaultValue) throws
IllegalArgumentException
{
225
* @throws
IllegalArgumentException
228
public char get(String name, char defaultValue) throws
IllegalArgumentException
{
245
* @throws
IllegalArgumentException
248
public double get(String name, double defaultValue) throws
IllegalArgumentException
{
[
all
...]
/external/smack/src/com/kenai/jbosh/
BOSHClientConfig.java
124
throw(new
IllegalArgumentException
(
128
throw(new
IllegalArgumentException
(
133
throw(new
IllegalArgumentException
(
167
throw(new
IllegalArgumentException
(
183
throw(new
IllegalArgumentException
(
209
throw(new
IllegalArgumentException
("Protocol cannot be null"));
212
throw(new
IllegalArgumentException
(
216
throw(new
IllegalArgumentException
("Host cannot be null"));
219
throw(new
IllegalArgumentException
(
223
throw(new
IllegalArgumentException
("Port number must be > 0"))
[
all
...]
Completed in 670 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>