OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IllegalArgumentException
(Results
351 - 375
of
3562
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/dalvik/dexgen/src/com/android/dexgen/rop/code/
PlainInsn.java
46
throw new
IllegalArgumentException
("bogus branchingness");
52
throw new
IllegalArgumentException
120
} catch (
IllegalArgumentException
ex) {
/dalvik/dexgen/src/com/android/dexgen/rop/type/
Type.java
321
* @throws
IllegalArgumentException
thrown if the descriptor has
336
throw new
IllegalArgumentException
("descriptor is empty");
359
throw new
IllegalArgumentException
("bad descriptor" + descriptor);
380
throw new
IllegalArgumentException
("bad descriptor" + descriptor);
386
throw new
IllegalArgumentException
("bad descriptor");
419
* @throws
IllegalArgumentException
thrown if the descriptor has
445
* @throws
IllegalArgumentException
thrown if the name has
501
throw new
IllegalArgumentException
("bad basicType");
505
throw new
IllegalArgumentException
("newAt < -1");
653
throw new
IllegalArgumentException
("not an object type: "
[
all
...]
/dalvik/dx/src/com/android/dx/cf/code/
SwitchList.java
131
throw new
IllegalArgumentException
("target < 0");
151
throw new
IllegalArgumentException
("target < 0");
169
throw new
IllegalArgumentException
("incomplete instance");
/dalvik/dx/src/com/android/dx/dex/code/
CatchTable.java
113
throw new
IllegalArgumentException
("start < 0");
117
throw new
IllegalArgumentException
("end <= start");
121
throw new
IllegalArgumentException
("handlers.isMutable()");
InsnFormat.java
469
throw new
IllegalArgumentException
("bogus insn");
485
throw new
IllegalArgumentException
("arg out of range 0..255");
491
throw new
IllegalArgumentException
("opcode out of range 0..255");
510
throw new
IllegalArgumentException
("opcode out of range 0..65535");
525
throw new
IllegalArgumentException
("low out of range 0..255");
529
throw new
IllegalArgumentException
("high out of range 0..255");
546
throw new
IllegalArgumentException
("n0 out of range 0..15");
550
throw new
IllegalArgumentException
("n1 out of range 0..15");
554
throw new
IllegalArgumentException
("n2 out of range 0..15");
558
throw new
IllegalArgumentException
("n3 out of range 0..15")
[
all
...]
/dalvik/dx/src/com/android/dx/dex/file/
Section.java
49
* @throws
IllegalArgumentException
thrown if {@code alignment}
55
throw new
IllegalArgumentException
("invalid alignment");
125
throw new
IllegalArgumentException
("fileOffset < 0");
181
throw new
IllegalArgumentException
("relative < 0");
/dalvik/dx/src/com/android/dx/rop/type/
Type.java
290
* @throws
IllegalArgumentException
thrown if the descriptor has
307
throw new
IllegalArgumentException
("descriptor is empty");
330
throw new
IllegalArgumentException
("bad descriptor: " + descriptor);
351
throw new
IllegalArgumentException
("bad descriptor: " + descriptor);
357
throw new
IllegalArgumentException
("bad descriptor: " + descriptor);
376
* @throws
IllegalArgumentException
thrown if the descriptor has
403
* @throws
IllegalArgumentException
thrown if the name has
434
throw new
IllegalArgumentException
("bad basicType");
438
throw new
IllegalArgumentException
("newAt < -1");
586
throw new
IllegalArgumentException
("not an object type: "
[
all
...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
PSSParameterSpecTest.java
58
* throws <code>
IllegalArgumentException
</code>
65
} catch (
IllegalArgumentException
e) {
123
* throws <code>
IllegalArgumentException
<code>
131
} catch (
IllegalArgumentException
e) {
141
* throws <code>
IllegalArgumentException
</code>
149
} catch (
IllegalArgumentException
e) {
/external/apache-http/src/org/apache/http/conn/scheme/
Scheme.java
92
throw new
IllegalArgumentException
96
throw new
IllegalArgumentException
100
throw new
IllegalArgumentException
/external/apache-http/src/org/apache/http/impl/entity/
EntityDeserializer.java
67
throw new
IllegalArgumentException
("Content length strategy may not be null");
107
throw new
IllegalArgumentException
("Session input buffer may not be null");
110
throw new
IllegalArgumentException
("HTTP message may not be null");
/external/apache-http/src/org/apache/http/message/
BasicLineParser.java
113
throw new
IllegalArgumentException
133
throw new
IllegalArgumentException
("Char array buffer may not be null");
136
throw new
IllegalArgumentException
("Parser cursor may not be null");
228
throw new
IllegalArgumentException
("Char array buffer may not be null");
231
throw new
IllegalArgumentException
("Parser cursor may not be null");
278
throw new
IllegalArgumentException
306
throw new
IllegalArgumentException
("Char array buffer may not be null");
309
throw new
IllegalArgumentException
("Parser cursor may not be null");
378
throw new
IllegalArgumentException
398
throw new
IllegalArgumentException
("Char array buffer may not be null")
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
BERConstructedOctetString.java
34
throw new
IllegalArgumentException
(octs.elementAt(i).getClass().getName() + " found in input should only contain DEROctetString");
38
throw new
IllegalArgumentException
("exception converting octets " + e.toString());
78
throw new
IllegalArgumentException
("Unable to encode object");
DERBoolean.java
24
* @exception
IllegalArgumentException
if the object cannot be converted.
39
throw new
IllegalArgumentException
("illegal object in getInstance: " + obj.getClass().getName());
77
* @exception
IllegalArgumentException
if the tagged object cannot
103
throw new
IllegalArgumentException
("byte value should have 1 byte in it");
180
throw new
IllegalArgumentException
("byte value should have 1 byte in it");
DEREnumerated.java
16
* @exception
IllegalArgumentException
if the object cannot be converted.
39
throw new
IllegalArgumentException
("encoding error in getInstance: " + e.toString());
43
throw new
IllegalArgumentException
("illegal object in getInstance: " + obj.getClass().getName());
52
* @exception
IllegalArgumentException
if the tagged object cannot
140
throw new
IllegalArgumentException
("ENUMERATED has zero length");
DERIA5String.java
20
* @exception
IllegalArgumentException
if the object cannot be converted.
38
throw new
IllegalArgumentException
("encoding error in getInstance: " + e.toString());
42
throw new
IllegalArgumentException
("illegal object in getInstance: " + obj.getClass().getName());
51
* @exception
IllegalArgumentException
if the tagged object cannot
93
* @throws
IllegalArgumentException
if validate is true and the string
106
throw new
IllegalArgumentException
("string contains illegal characters");
DERNumericString.java
20
* @exception
IllegalArgumentException
if the object cannot be converted.
38
throw new
IllegalArgumentException
("encoding error in getInstance: " + e.toString());
42
throw new
IllegalArgumentException
("illegal object in getInstance: " + obj.getClass().getName());
51
* @exception
IllegalArgumentException
if the tagged object cannot
93
* @throws
IllegalArgumentException
if validate is true and the string
102
throw new
IllegalArgumentException
("string contains illegal characters");
DERPrintableString.java
22
* @exception
IllegalArgumentException
if the object cannot be converted.
40
throw new
IllegalArgumentException
("encoding error in getInstance: " + e.toString());
44
throw new
IllegalArgumentException
("illegal object in getInstance: " + obj.getClass().getName());
53
* @exception
IllegalArgumentException
if the tagged object cannot
95
* @throws
IllegalArgumentException
if validate is true and the string
104
throw new
IllegalArgumentException
("string contains illegal characters");
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
BigIntegers.java
53
throw new
IllegalArgumentException
("standard length exceeded for value");
71
throw new
IllegalArgumentException
("standard length exceeded for value");
100
throw new
IllegalArgumentException
("'min' may not be greater than 'max'");
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
CatchTable.java
114
throw new
IllegalArgumentException
("start < 0");
118
throw new
IllegalArgumentException
("end <= start");
122
throw new
IllegalArgumentException
("handlers.isMutable()");
InsnFormat.java
470
throw new
IllegalArgumentException
("bogus insn");
486
throw new
IllegalArgumentException
("arg out of range 0..255");
492
throw new
IllegalArgumentException
("opcode out of range 0..255");
511
throw new
IllegalArgumentException
(
527
throw new
IllegalArgumentException
("low out of range 0..255");
531
throw new
IllegalArgumentException
("high out of range 0..255");
548
throw new
IllegalArgumentException
("n0 out of range 0..15");
552
throw new
IllegalArgumentException
("n1 out of range 0..15");
556
throw new
IllegalArgumentException
("n2 out of range 0..15");
560
throw new
IllegalArgumentException
("n3 out of range 0..15")
[
all
...]
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
Section.java
50
* @throws
IllegalArgumentException
thrown if {@code alignment}
56
throw new
IllegalArgumentException
("invalid alignment");
126
throw new
IllegalArgumentException
("fileOffset < 0");
182
throw new
IllegalArgumentException
("relative < 0");
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
Type.java
291
* @throws
IllegalArgumentException
thrown if the descriptor has
308
throw new
IllegalArgumentException
("descriptor is empty");
331
throw new
IllegalArgumentException
("bad descriptor: " + descriptor);
352
throw new
IllegalArgumentException
("bad descriptor: " + descriptor);
358
throw new
IllegalArgumentException
("bad descriptor: " + descriptor);
377
* @throws
IllegalArgumentException
thrown if the descriptor has
404
* @throws
IllegalArgumentException
thrown if the name has
435
throw new
IllegalArgumentException
("bad basicType");
439
throw new
IllegalArgumentException
("newAt < -1");
587
throw new
IllegalArgumentException
("not an object type: "
[
all
...]
/external/smack/src/org/xbill/DNS/
SetResponse.java
70
throw new
IllegalArgumentException
("invalid type");
77
throw new
IllegalArgumentException
("invalid type");
100
throw new
IllegalArgumentException
("invalid type");
/frameworks/base/core/java/android/view/
InputEventSender.java
57
throw new
IllegalArgumentException
("inputChannel must not be null");
60
throw new
IllegalArgumentException
("looper must not be null");
123
throw new
IllegalArgumentException
("event must not be null");
/frameworks/base/core/java/com/android/internal/os/
BaseCommand.java
48
} catch (
IllegalArgumentException
e) {
92
throw new
IllegalArgumentException
("No argument expected after \"" + prev + "\"");
136
* no arguments left, throws an
IllegalArgumentException
to report this to the user.
142
throw new
IllegalArgumentException
("Argument expected after \"" + prev + "\"");
Completed in 1994 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>