OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:illegalargumentexception
(Results
1401 - 1425
of
10592
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
Padder.java
25
throw new
IllegalArgumentException
("Don't know how to map " + old);
68
throw new
IllegalArgumentException
("Padding width must not be negative");
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
CollatorICU.java
147
throw new
IllegalArgumentException
("Invalid decomposition mode.");
167
throw new
IllegalArgumentException
("Invalid strength.");
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
PatternStringTest.java
107
fail("Didn't throw
IllegalArgumentException
when parsing pattern: " + pattern);
108
} catch (
IllegalArgumentException
e) {
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/
ReportOutputFolder.java
102
* @throws
IllegalArgumentException
110
throw new
IllegalArgumentException
("Folders with different roots.");
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
Position.java
42
throw new
IllegalArgumentException
("Can't position at line " + line);
45
throw new
IllegalArgumentException
("Can't position at column " + column);
Range.java
35
throw new
IllegalArgumentException
("begin can't be null");
38
throw new
IllegalArgumentException
("end can't be null");
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/javadoc/description/
JavadocInlineTag.java
36
throw new
IllegalArgumentException
(String.format("Expected to start with '{@'. Text '%s'", text));
39
throw new
IllegalArgumentException
(String.format("Expected to end with '}'. Text '%s'", text));
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
NodeText.java
104
throw new
IllegalArgumentException
(
163
throw new
IllegalArgumentException
();
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/declarations/
ResolvedMethodLikeDeclaration.java
96
* Get the ParameterDeclaration at the corresponding position or throw
IllegalArgumentException
.
142
* @throws
IllegalArgumentException
if the index is negative or it is equal or greater than the value returned by
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/contexts/
ClassOrInterfaceDeclarationContext.java
56
if (typeSolver == null) throw new
IllegalArgumentException
();
68
if (typeSolver == null) throw new
IllegalArgumentException
();
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/declarations/
JavaParserConstructorDeclaration.java
60
throw new
IllegalArgumentException
(String.format("No param with index %d. Number of params: %d", i, getNumberOfParams()));
97
throw new
IllegalArgumentException
(String.format("No exception with index %d. Number of exceptions: %d",
JavaParserFieldDeclaration.java
48
throw new
IllegalArgumentException
("typeSolver should not be null");
60
throw new
IllegalArgumentException
("typeSolver should not be null");
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/reflectionmodel/
ReflectionMethodDeclaration.java
47
throw new
IllegalArgumentException
();
147
throw new
IllegalArgumentException
();
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/
Position.java
46
throw new
IllegalArgumentException
("Can't position at line " + line);
49
throw new
IllegalArgumentException
("Can't position at column " + column);
/external/mockito/src/test/java/org/mockito/
AnnotationsAreCopiedFromMockedTypeTest.java
91
throw new
IllegalArgumentException
("method name not found : " + methodName);
100
throw new
IllegalArgumentException
("method name not found : " + fieldName);
/external/mockito/src/test/java/org/mockito/internal/framework/
DefaultMockitoFrameworkTest.java
32
@Test(expected =
IllegalArgumentException
.class)
37
@Test(expected =
IllegalArgumentException
.class)
/external/mockito/src/test/java/org/mockitousage/junitrunner/
SilentRunnerTest.java
54
JUnitResultAssert.assertThat(result).fails(1,
IllegalArgumentException
.class);
97
throw new
IllegalArgumentException
("Boo!");
/external/nist-sip/java/gov/nist/javax/sip/address/
RFC2396UrlDecoder.java
67
throw new
IllegalArgumentException
("Illegal hex characters in pattern %" + uri.substring(i + 1, i + 3));
72
throw new
IllegalArgumentException
("% character should be followed by 2 hexadecimal characters.");
/external/objenesis/main/src/main/java/org/objenesis/
ObjenesisBase.java
54
throw new
IllegalArgumentException
("A strategy can't be null");
87
throw new
IllegalArgumentException
("Primitive types can't be instantiated in Java");
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
WebPlatformUrlTestData.java
79
throw new
IllegalArgumentException
("unexpected attribute: " + value);
150
throw new
IllegalArgumentException
("unexpected escape character in " + s);
/external/proguard/src/proguard/classfile/instruction/
BranchInstruction.java
108
throw new
IllegalArgumentException
("Branch instruction can't be widened ("+this.toString()+")");
125
throw new
IllegalArgumentException
("Instruction has invalid branch offset size ("+this.toString(offset)+")");
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteProgram.java
106
throw new
IllegalArgumentException
("the bind value at index " + index + " is null");
126
throw new
IllegalArgumentException
("the bind value at index " + index + " is null");
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
PackageResourceTable.java
109
throw new
IllegalArgumentException
("Incompatible package for " + packageName + ":" + type + "/" + name + " with resId " + resIdPackageIdentifier + " to ResourceIndex with packageIdentifier " + getPackageIdentifier());
114
throw new
IllegalArgumentException
("ResId " + Integer.toHexString(resId) + " mapped to both " + resName + " and " + existingEntry);
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/fakes/
RoboCursor.java
34
public int getColumnIndexOrThrow(String columnName) throws
IllegalArgumentException
{
37
throw new
IllegalArgumentException
("No column with name: " + columnName);
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAccountManager.java
113
throw new
IllegalArgumentException
("account is null");
140
throw new
IllegalArgumentException
("account is null");
143
throw new
IllegalArgumentException
("authTokenType is null");
162
throw new
IllegalArgumentException
("account is null");
219
throw new
IllegalArgumentException
("account is null");
237
throw new
IllegalArgumentException
("account is null");
256
throw new
IllegalArgumentException
("account is null");
269
throw new
IllegalArgumentException
("account is null");
Completed in 1864 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>