OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:throw
(Results
1101 - 1125
of
5185
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectClassLoader.java
61
throw
new ClassNotFoundException(name);
75
throw
new ClassNotFoundException(name);
97
throw
new ClassNotFoundException(e.getMessage());
100
throw
new ClassNotFoundException(name);
116
throw
new FileNotFoundException();
135
throw
new FileNotFoundException();
/cts/tests/src/android/widget/cts/util/
ListUtil.java
86
throw
new IllegalStateException("couldn't get to item after 20 downs");
97
throw
new IllegalStateException("couldn't get to item after 20 ups");
/cts/tests/tests/gesture/src/android/gesture/cts/
GestureLibraryTest.java
90
throw
new UnsupportedOperationException();
95
throw
new UnsupportedOperationException();
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
StateListDrawableTest.java
98
// call onLevelChanged will not
throw
NPE here because the first drawable with wild card
183
fail("Should
throw
NullPointerException.");
190
fail("Should
throw
NullPointerException.");
245
fail("Should
throw
XmlPullParserException if drawable of item is missing");
263
fail("Should
throw
XmlPullParserException if resource is null");
269
fail("Should
throw
XmlPullParserException if parser is null");
275
fail("Should
throw
XmlPullParserException if AttributeSet is null");
285
@ToBeFixed(bug = "", explanation = "mutate() always
throw
NullPointerException.")
/cts/tests/tests/util/src/android/util/cts/
PrintWriterPrinterTest.java
61
fail("shouldn't
throw
exception");
79
fail("shouldn't
throw
exception");
/cts/tools/signature-tools/src/signature/io/impl/
BinaryApi.java
62
throw
new IllegalArgumentException(
74
throw
new IllegalArgumentException(e);
/dalvik/dx/src/com/android/dx/cf/attrib/
AttConstantValue.java
53
throw
new NullPointerException("constantValue == null");
55
throw
new IllegalArgumentException("bad type for constantValue");
/dalvik/dx/src/com/android/dx/cf/code/
ByteBlockList.java
40
* will
throw
{@code NullPointerException}.
59
throw
new IllegalArgumentException("no such label: "
/dalvik/dx/src/com/android/dx/dex/file/
MixedItemSection.java
136
throw
new RuntimeException("write size not yet set");
174
throw
new IllegalArgumentException(
179
throw
new NullPointerException("item == null");
222
throw
new NoSuchElementException(item.toString());
291
* will
throw
an exception.
315
throw
new RuntimeException("bogus place() result for " +
321
throw
ExceptionWithContext.withContext(ex,
359
throw
new RuntimeException("output size mismatch");
/dalvik/dx/src/com/android/dx/rop/annotation/
AnnotationsList.java
44
throw
new IllegalArgumentException("list1.size() != list2.size()");
71
* do that, this will
throw
{@code NullPointerException}.
/dalvik/dx/src/com/android/dx/rop/type/
Prototype.java
55
throw
new NullPointerException("descriptor == null");
85
throw
new IllegalArgumentException("bad descriptor");
122
throw
new IllegalArgumentException("bad descriptor");
143
throw
new IllegalArgumentException("bad descriptor");
147
throw
new IllegalArgumentException("bad descriptor");
215
throw
new NullPointerException("descriptor == null");
219
throw
new NullPointerException("returnType == null");
223
throw
new NullPointerException("parameterTypes == null");
/dalvik/dx/tests/087-ssa-local-vars/
Blort.java
81
throw
new IOException("Maximum line length limit exceeded");
90
throw
new IOException("Maximum header count exceeded");
/dalvik/hit/src/com/android/hit/
Types.java
60
throw
new IllegalArgumentException("Illegal type signature: " + type);
87
throw
new IllegalArgumentException("Illegal type signature: " + type);
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
TimeUnit.java
138
throw
new AbstractMethodError();
150
throw
new AbstractMethodError();
162
throw
new AbstractMethodError();
174
throw
new AbstractMethodError();
186
throw
new AbstractMethodError();
198
throw
new AbstractMethodError();
210
throw
new AbstractMethodError();
220
throw
new AbstractMethodError();
/dalvik/libcore/logging/src/main/java/java/util/logging/
LoggingPermission.java
56
throw
new IllegalArgumentException(Messages.getString("logging.6")); //$NON-NLS-1$
60
throw
new IllegalArgumentException(Messages.getString("logging.7")); //$NON-NLS-1$
/dalvik/libcore/luni/src/main/java/java/io/
BufferedWriter.java
100
throw
new IllegalArgumentException(Msg.getString("K0058")); //$NON-NLS-1$
155
throw
new IOException(Msg.getString("K005d")); //$NON-NLS-1$
216
throw
new IOException(Msg.getString("K005d")); //$NON-NLS-1$
224
throw
new NullPointerException(Msg.getString("K0047")); //$NON-NLS-1$
227
throw
new IndexOutOfBoundsException(Msg.getString("K002f")); //$NON-NLS-1$
274
throw
new IOException(Msg.getString("K005d")); //$NON-NLS-1$
308
throw
new IOException(Msg.getString("K005d")); //$NON-NLS-1$
314
throw
new StringIndexOutOfBoundsException();
FilePermissionCollection.java
58
throw
new IllegalStateException();
63
throw
new IllegalArgumentException(permission.toString());
OutputStreamWriter.java
88
throw
new NullPointerException();
94
throw
new UnsupportedEncodingException(enc);
185
throw
new IOException(Msg.getString("K005d")); //$NON-NLS-1$
234
throw
new NullPointerException(Msg.getString("K0047")); //$NON-NLS-1$
237
throw
new IndexOutOfBoundsException(Msg.getString("K002f")); //$NON-NLS-1$
249
throw
new IOException(result.toString());
310
throw
new NullPointerException(Msg.getString("K0047")); //$NON-NLS-1$
313
throw
new StringIndexOutOfBoundsException(Msg.getString("K002f")); //$NON-NLS-1$
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/net/
SocketOutputStream.java
61
throw
new ArrayIndexOutOfBoundsException(Msg.getString("K002f"));//$NON-NLS-1$
64
throw
new NullPointerException(Msg.getString("K0047"));//$NON-NLS-1$
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
PushBackInputStreamTest.java
72
fail("Assert 0: should
throw
IOE");
88
fail("Should
throw
IOException");
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
MutableSecurityManager.java
69
throw
new SecurityException("Denied " + permission);
86
throw
new SecurityException("Denied " + permission);
PublicClassLoader.java
42
throw
new IOException( "Can't read all, "+r+" != "+len );
77
throw
new ClassNotFoundException(name);
/dalvik/libcore/luni/src/test/java/tests/api/java/io/
InterruptedIOExceptionTest.java
41
throw
new InterruptedIOException();
63
throw
new InterruptedIOException("Some error message");
SerializationStressTest4.java
102
throw
err;
160
throw
err;
199
throw
err;
238
throw
err;
291
throw
err;
328
throw
err;
363
throw
err;
408
throw
err;
466
throw
err;
499
throw
err
[
all
...]
/dalvik/libcore/luni/src/test/java/tests/api/java/net/
BindExceptionTest.java
42
throw
new BindException();
63
throw
new BindException("Some error message");
Completed in 277 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>