OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:illegalargumentexception
(Results
776 - 800
of
10592
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ConcurrentModTest.java
284
throw new
IllegalArgumentException
();
303
fail("
IllegalArgumentException
expected");
304
} catch (
IllegalArgumentException
ee) {
358
throw new
IllegalArgumentException
();
376
fail("
IllegalArgumentException
expected");
377
} catch (
IllegalArgumentException
ee) {
463
throw new
IllegalArgumentException
();
490
fail("
IllegalArgumentException
expected");
491
} catch (
IllegalArgumentException
ee) {
622
throw new
IllegalArgumentException
();
[
all
...]
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyPairGenerator4Test.java
69
//
IllegalArgumentException
72
fail("Should have thrown
IllegalArgumentException
");
73
} catch (
IllegalArgumentException
e) {
/libcore/ojluni/src/main/java/java/nio/file/
InvalidPathException.java
35
extends
IllegalArgumentException
54
* @throws
IllegalArgumentException
62
throw new
IllegalArgumentException
();
/libcore/ojluni/src/main/java/java/security/
AlgorithmConstraints.java
66
* @throws
IllegalArgumentException
if primitives or algorithm is null
84
* @throws
IllegalArgumentException
if primitives is null or empty,
102
* @throws
IllegalArgumentException
if primitives or algorithm is null
/libcore/ojluni/src/main/java/java/security/spec/
ECParameterSpec.java
57
* @exception
IllegalArgumentException
if {@code n}
72
throw new
IllegalArgumentException
("n is not positive");
75
throw new
IllegalArgumentException
("h is not positive");
/libcore/ojluni/src/main/java/javax/crypto/spec/
IvParameterSpec.java
70
* @throws
IllegalArgumentException
if <code>iv</code> is <code>null</code>
77
throw new
IllegalArgumentException
("IV missing");
80
throw new
IllegalArgumentException
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
mySSLSession.java
127
throw new
IllegalArgumentException
("arguments can not be null");
141
throw new
IllegalArgumentException
("argument can not be null");
151
throw new
IllegalArgumentException
("argument can not be null");
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
RequestGetMessagesListing.java
41
throw new
IllegalArgumentException
("subjectLength should be [0..255]");
45
throw new
IllegalArgumentException
("maxListCount should be [0..65535]");
49
throw new
IllegalArgumentException
("listStartOffset should be [0..65535]");
/packages/apps/Camera2/src/android/util/
Pools.java
87
* @throws
IllegalArgumentException
If the max pool size is less than zero.
91
throw new
IllegalArgumentException
("The max pool size must be > 0");
145
* @throws
IllegalArgumentException
If the max pool size is less than zero.
/packages/apps/Gallery2/src/android/util/
Pools.java
87
* @throws
IllegalArgumentException
If the max pool size is less than zero.
91
throw new
IllegalArgumentException
("The max pool size must be > 0");
145
* @throws
IllegalArgumentException
If the max pool size is less than zero.
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterRotateRepresentation.java
112
throw new
IllegalArgumentException
("Argument to setRotation is null");
130
throw new
IllegalArgumentException
("calling copyAllParameters with incompatible types!");
139
throw new
IllegalArgumentException
("calling useParametersFrom with incompatible types!");
/packages/apps/Messaging/src/com/android/messaging/datamodel/
MessagingContentProvider.java
291
throw new
IllegalArgumentException
("Malformed URI " + uri);
310
throw new
IllegalArgumentException
("Malformed URI " + uri);
316
throw new
IllegalArgumentException
("Malformed URI " + uri);
333
throw new
IllegalArgumentException
(
337
throw new
IllegalArgumentException
("Malformed URI " + uri);
350
throw new
IllegalArgumentException
("Malformed URI " + uri);
364
throw new
IllegalArgumentException
("Malformed URI " + uri);
368
throw new
IllegalArgumentException
("Unknown URI " + uri);
397
throw new
IllegalArgumentException
("Unknown URI: " + uri);
410
throw new
IllegalArgumentException
("openFile not supported: " + uri)
[
all
...]
/packages/apps/Settings/src/com/android/settings/notification/
SettingPref.java
135
throw new
IllegalArgumentException
();
145
throw new
IllegalArgumentException
();
155
throw new
IllegalArgumentException
();
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
UnicodeEscaper.java
105
* @throws
IllegalArgumentException
if the scanned sub-sequence of {@code csq}
126
* {@link
IllegalArgumentException
}. You should either ensure your input is
140
* @throws
IllegalArgumentException
if invalid surrogate characters are
165
* @throws
IllegalArgumentException
if invalid surrogate characters are
179
throw new
IllegalArgumentException
(
256
* @throws
IllegalArgumentException
if invalid surrogate characters are
309
throw new
IllegalArgumentException
(
331
throw new
IllegalArgumentException
(
377
* {@link
IllegalArgumentException
} is thrown.
380
* {@link
IllegalArgumentException
} is thrown
[
all
...]
/packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
SizeFileFilter.java
53
* @throws
IllegalArgumentException
if the size is negative
66
* @throws
IllegalArgumentException
if the size is negative
70
throw new
IllegalArgumentException
("The size must be non-negative");
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
ExecutorUtils.java
93
throw new
IllegalArgumentException
("Invalid executor: " + name);
117
throw new
IllegalArgumentException
("Invalid executor: " + name);
132
throw new
IllegalArgumentException
("Attempting to construct an empty chain");
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
CollectionUtilsTests.java
46
} catch (final
IllegalArgumentException
e) {
53
} catch (final
IllegalArgumentException
e) {
60
} catch (final
IllegalArgumentException
e) {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactMetadataProvider.java
152
throw new
IllegalArgumentException
("Unknown URL " + uri);
171
throw new
IllegalArgumentException
("Unknown URI: " + uri);
201
throw new
IllegalArgumentException
(mDbHelper.exceptionMessage(
249
throw new
IllegalArgumentException
(mDbHelper.exceptionMessage(
272
throw new
IllegalArgumentException
(mDbHelper.exceptionMessage(
281
throw new
IllegalArgumentException
(mDbHelper.exceptionMessage(
348
throw new
IllegalArgumentException
(mDbHelper.exceptionMessage(
355
throw new
IllegalArgumentException
(mDbHelper.exceptionMessage(
362
throw new
IllegalArgumentException
(mDbHelper.exceptionMessage(
380
throw new
IllegalArgumentException
(mDbHelper.exceptionMessage
[
all
...]
/tools/apksig/src/main/java/com/android/apksig/internal/asn1/ber/
BerEncoding.java
97
throw new
IllegalArgumentException
("Unsupported data type: " + dataType);
112
throw new
IllegalArgumentException
("Unsupported tag class: " + tagClass);
127
throw new
IllegalArgumentException
("Unsupported type class: " + typeClass);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaAudioEffectTest.java
143
} catch (
IllegalArgumentException
e) {
182
} catch (
IllegalArgumentException
e) {
217
} catch (
IllegalArgumentException
e) {
242
} catch (
IllegalArgumentException
e) {
268
} catch (
IllegalArgumentException
e) {
301
} catch (
IllegalArgumentException
e) {
333
} catch (
IllegalArgumentException
e) {
380
} catch (
IllegalArgumentException
e) {
420
} catch (
IllegalArgumentException
e) {
458
} catch (
IllegalArgumentException
e)
[
all
...]
/libcore/jsr166-tests/src/test/java/jsr166/
ThreadPoolExecutorTest.java
695
} catch (
IllegalArgumentException
success) {}
706
} catch (
IllegalArgumentException
success) {}
717
} catch (
IllegalArgumentException
success) {}
728
} catch (
IllegalArgumentException
success) {}
739
} catch (
IllegalArgumentException
success) {}
762
} catch (
IllegalArgumentException
success) {}
774
} catch (
IllegalArgumentException
success) {}
786
} catch (
IllegalArgumentException
success) {}
798
} catch (
IllegalArgumentException
success) {}
810
} catch (
IllegalArgumentException
success) {
[
all
...]
/dalvik/dexgen/src/com/android/dexgen/rop/code/
BasicBlock.java
62
throw new
IllegalArgumentException
("label < 0");
75
throw new
IllegalArgumentException
("insns.size() == 0");
81
throw new
IllegalArgumentException
("insns[" + i + "] is a " +
88
throw new
IllegalArgumentException
("insns does not end with " +
101
throw new
IllegalArgumentException
("primarySuccessor < -1");
105
throw new
IllegalArgumentException
(
/dalvik/dx/src/com/android/dx/rop/code/
BasicBlock.java
62
throw new
IllegalArgumentException
("label < 0");
75
throw new
IllegalArgumentException
("insns.size() == 0");
81
throw new
IllegalArgumentException
("insns[" + i + "] is a " +
88
throw new
IllegalArgumentException
("insns does not end with " +
101
throw new
IllegalArgumentException
("primarySuccessor < -1");
105
throw new
IllegalArgumentException
(
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/polynomials/
PolynomialFunctionNewtonForm.java
71
* @throws
IllegalArgumentException
if input arrays are not valid
74
throws
IllegalArgumentException
{
157
* @throws
IllegalArgumentException
if inputs are not valid
160
throws FunctionEvaluationException,
IllegalArgumentException
{
204
* @throws
IllegalArgumentException
if not valid
209
IllegalArgumentException
{
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/summary/
Product.java
111
* Throws <code>
IllegalArgumentException
</code> if the array is null.</p>
117
* @throws
IllegalArgumentException
if the array is null or the array index
137
* <p>Throws <code>
IllegalArgumentException
</code> if any of the following are true:
157
* @throws
IllegalArgumentException
if the parameters are not valid
175
* <p>Throws <code>
IllegalArgumentException
</code> if any of the following are true:
192
* @throws
IllegalArgumentException
if the parameters are not valid
Completed in 1646 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>