OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IllegalArgumentException
(Results
151 - 175
of
3562
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/smack/src/org/apache/harmony/javax/security/auth/callback/
ChoiceCallback.java
40
throw new
IllegalArgumentException
("auth.1C"); //$NON-NLS-1$
44
throw new
IllegalArgumentException
("auth.1C"); //$NON-NLS-1$
54
throw new
IllegalArgumentException
("auth.14"); //$NON-NLS-1$
61
throw new
IllegalArgumentException
("auth.1D"); //$NON-NLS-1$
/external/smack/src/org/jivesoftware/smack/filter/
NotFilter.java
42
throw new
IllegalArgumentException
("Parameter cannot be null.");
PacketIDFilter.java
41
throw new
IllegalArgumentException
("Packet ID cannot be null.");
/frameworks/base/core/java/android/database/sqlite/
SQLiteDatabaseConfiguration.java
101
throw new
IllegalArgumentException
("path must not be null.");
120
throw new
IllegalArgumentException
("other must not be null.");
136
throw new
IllegalArgumentException
("other must not be null.");
139
throw new
IllegalArgumentException
("other configuration must refer to "
/frameworks/base/core/java/android/hardware/camera2/
Face.java
75
* @throws
IllegalArgumentException
89
throw new
IllegalArgumentException
("Confidence out of range");
91
throw new
IllegalArgumentException
("Id out of range");
122
* @throws
IllegalArgumentException
253
throw new
IllegalArgumentException
(name + " was required, but it was null");
259
throw new
IllegalArgumentException
(name + " was required to be null, but it wasn't");
/frameworks/base/core/java/android/nfc/
NfcManager.java
50
throw new
IllegalArgumentException
(
/frameworks/base/drm/java/android/drm/
DrmConvertedStatus.java
70
throw new
IllegalArgumentException
("Unsupported status code: " + statusCode);
/frameworks/base/graphics/java/android/graphics/
AvoidXfermode.java
54
throw new
IllegalArgumentException
("tolerance must be 0..255");
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
BaseWrapper.java
25
throw new
IllegalArgumentException
("Wrapped Object can not be null.");
/libcore/luni/src/main/java/java/util/
EventObject.java
44
throw new
IllegalArgumentException
("source == null");
/libcore/luni/src/main/java/javax/crypto/spec/
RC2ParameterSpec.java
55
* @throws
IllegalArgumentException
60
throw new
IllegalArgumentException
("iv == null");
63
throw new
IllegalArgumentException
("iv.length < 8");
84
* @throws
IllegalArgumentException
90
throw new
IllegalArgumentException
("iv == null");
93
throw new
IllegalArgumentException
("iv.length - offset < 8");
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderFactoryImpl.java
38
public Object getAttribute(String name) throws
IllegalArgumentException
{
39
throw new
IllegalArgumentException
(name);
85
throws
IllegalArgumentException
{
86
throw new
IllegalArgumentException
(name);
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
IvParameterSpecTest.java
26
import java.lang.
IllegalArgumentException
;
67
fail("Should raise an
IllegalArgumentException
"
71
} catch(
IllegalArgumentException
e) {
78
fail("Should raise an
IllegalArgumentException
"
82
} catch(
IllegalArgumentException
e) {
92
} catch(
IllegalArgumentException
e) {
93
fail("Unexpected
IllegalArgumentException
was thrown");
104
} catch(
IllegalArgumentException
e) {
105
fail("Unexpected
IllegalArgumentException
was thrown");
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
ContactLoaderUtils.java
36
* For legacy contacts, a raw-contact lookup is performed. An {@link
IllegalArgumentException
}
43
throws
IllegalArgumentException
{
44
if (uri == null) throw new
IllegalArgumentException
("uri must not be null");
64
throw new
IllegalArgumentException
("uri format is unknown");
76
throw new
IllegalArgumentException
("uri authority is unknown");
/packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
RegexFileFilter.java
55
* @throws
IllegalArgumentException
if the pattern is null
59
throw new
IllegalArgumentException
("Pattern is missing");
70
* @throws
IllegalArgumentException
if the pattern is null
74
throw new
IllegalArgumentException
("Pattern is missing");
88
* @throws
IllegalArgumentException
if the pattern is null
92
throw new
IllegalArgumentException
("Pattern is missing");
101
* @throws
IllegalArgumentException
if the pattern is null
105
throw new
IllegalArgumentException
("Pattern is missing");
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/
BlockDevice.java
58
* @throws
IllegalArgumentException
if the {@code devOffset} is negative
64
IllegalArgumentException
;
/external/apache-http/src/org/apache/http/impl/conn/
AbstractPoolEntry.java
101
throw new
IllegalArgumentException
("Connection operator may not be null");
141
throw new
IllegalArgumentException
146
throw new
IllegalArgumentException
202
throw new
IllegalArgumentException
243
throw new
IllegalArgumentException
247
throw new
IllegalArgumentException
277
throw new
IllegalArgumentException
/external/apache-http/src/org/apache/http/impl/cookie/
BestMatchSpec.java
99
throw new
IllegalArgumentException
("Header may not be null");
102
throw new
IllegalArgumentException
("Cookie origin may not be null");
135
throw new
IllegalArgumentException
("Cookie may not be null");
138
throw new
IllegalArgumentException
("Cookie origin may not be null");
149
throw new
IllegalArgumentException
("Cookie may not be null");
152
throw new
IllegalArgumentException
("Cookie origin may not be null");
163
throw new
IllegalArgumentException
("List of cookie may not be null");
BasicDomainHandler.java
48
throw new
IllegalArgumentException
("Cookie may not be null");
62
throw new
IllegalArgumentException
("Cookie may not be null");
65
throw new
IllegalArgumentException
("Cookie origin may not be null");
103
throw new
IllegalArgumentException
("Cookie may not be null");
106
throw new
IllegalArgumentException
("Cookie origin may not be null");
/frameworks/base/core/java/android/content/pm/
VerifierDeviceIdentity.java
137
private static final long decodeBase32(byte[] input) throws
IllegalArgumentException
{
166
throw new
IllegalArgumentException
("base base-32 character: " + group);
174
throw new
IllegalArgumentException
("illegal start character; will overflow");
177
throw new
IllegalArgumentException
("too long; should have 13 characters");
182
throw new
IllegalArgumentException
("too short; should have 13 characters");
209
throws
IllegalArgumentException
{
214
throw new
IllegalArgumentException
("bad base-32 characters in input");
/frameworks/base/keystore/tests/src/android/security/
KeyPairGeneratorSpecTest.java
94
fail("Should throw
IllegalArgumentException
when context is null");
95
} catch (
IllegalArgumentException
success) {
103
fail("Should throw
IllegalArgumentException
when keystoreAlias is null");
104
} catch (
IllegalArgumentException
success) {
112
fail("Should throw
IllegalArgumentException
when subjectDN is null");
113
} catch (
IllegalArgumentException
success) {
121
fail("Should throw
IllegalArgumentException
when startDate is null");
122
} catch (
IllegalArgumentException
success) {
130
fail("Should throw
IllegalArgumentException
when startDate is null");
131
} catch (
IllegalArgumentException
success)
[
all
...]
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
SecretKeySpecTest.java
39
*
IllegalArgumentException
is thrown in the case of inappropriate
49
fail("An
IllegalArgumentException
should be thrown "
51
} catch (
IllegalArgumentException
e) {
56
fail("An
IllegalArgumentException
should be thrown "
58
} catch (
IllegalArgumentException
e) {
63
fail("An
IllegalArgumentException
should be thrown "
65
} catch (
IllegalArgumentException
e) {
77
* testing. Tests that
IllegalArgumentException
is thrown in
89
fail("An
IllegalArgumentException
should be thrown "
91
} catch (
IllegalArgumentException
e)
[
all
...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
ArrayTest.java
40
} catch (
IllegalArgumentException
e) {
73
} catch (
IllegalArgumentException
e) {
106
} catch (
IllegalArgumentException
e) {
139
} catch (
IllegalArgumentException
e) {
172
} catch (
IllegalArgumentException
e) {
206
} catch (
IllegalArgumentException
e) {
239
} catch (
IllegalArgumentException
e) {
271
} catch (
IllegalArgumentException
e) {
292
} catch (
IllegalArgumentException
e) {
325
} catch (
IllegalArgumentException
e)
[
all
...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
IDNTest.java
40
fail("should throw
IllegalArgumentException
");
41
} catch (
IllegalArgumentException
e) {
47
fail("should throw
IllegalArgumentException
");
48
} catch (
IllegalArgumentException
e) {
86
} catch (
IllegalArgumentException
e) {
93
} catch (
IllegalArgumentException
e) {
100
} catch (
IllegalArgumentException
e) {
/external/apache-http/src/org/apache/http/
ProtocolVersion.java
80
throw new
IllegalArgumentException
84
throw new
IllegalArgumentException
88
throw new
IllegalArgumentException
215
* @throws
IllegalArgumentException
221
throw new
IllegalArgumentException
225
throw new
IllegalArgumentException
Completed in 476 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>