OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:runtimeexception
(Results
3476 - 3500
of
7326
) sorted by null
<<
131
132
133
134
135
136
137
138
139
140
>>
/frameworks/multidex/library/src/androidx/multidex/
MultiDexExtractor.java
106
} catch (IOException |
RuntimeException
| Error e) {
111
} catch (IOException |
RuntimeException
| Error e) {
/frameworks/opt/net/lowpan/service/java/com/android/server/lowpan/
LowpanInterfaceTracker.java
432
} catch (
RuntimeException
x) {
436
Log.e(TAG, "
RuntimeException
while populating InitialConfiguration: " + x);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubscriptionController.java
[
all
...]
/frameworks/support/compat/src/androidTest/java/androidx/core/graphics/
TypefaceCompatTest.java
94
throw new
RuntimeException
(e);
137
throw new
RuntimeException
(e);
/frameworks/support/fragment/src/main/java/androidx/fragment/app/
ListFragment.java
349
throw new
RuntimeException
(
353
throw new
RuntimeException
(
/frameworks/support/loader/src/main/java/androidx/loader/content/
ModernAsyncTask.java
161
throw new
RuntimeException
(
166
throw new
RuntimeException
(
/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/testutils/
TestUtils.java
167
throw new
RuntimeException
(mismatchDescription);
228
throw new
RuntimeException
(mismatchDescription);
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
ChildHelper.java
333
throw new
RuntimeException
("trying to hide same view twice, how come ? " + view);
355
throw new
RuntimeException
("trying to unhide a view that was not hidden" + view);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLContext1Test.java
559
fail("Expected
RuntimeException
was not thrown");
560
} catch (
RuntimeException
rte) {
/libcore/luni/src/main/java/javax/xml/validation/
Validator.java
288
* If a {@link LSResourceResolver} throws a {@link
RuntimeException
}
292
* the same {@link
RuntimeException
}.
ValidatorHandler.java
276
* If a {@link LSResourceResolver} throws a {@link
RuntimeException
}
280
* the same {@link
RuntimeException
}.
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderImpl.java
136
if (detail instanceof
RuntimeException
) {
137
throw (
RuntimeException
) detail;
/libcore/ojluni/src/main/java/java/io/
ObjectStreamClass.java
392
} else if (entry instanceof
RuntimeException
) {
393
throw (
RuntimeException
) entry;
731
} catch (
RuntimeException
e) {
[
all
...]
/libcore/ojluni/src/main/java/java/time/temporal/
TemporalUnit.java
183
} catch (
RuntimeException
ex) {
187
} catch (
RuntimeException
ex2) {
/libcore/ojluni/src/main/java/sun/nio/ch/
Net.java
147
else if (nx instanceof
RuntimeException
)
148
throw (
RuntimeException
)nx;
/libcore/ojluni/src/main/java/sun/security/x509/
GeneralSubtrees.java
241
* @throws
RuntimeException
on error (should not occur)
284
throw new
RuntimeException
("Unexpected error: " + e, e);
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
SortedOpTest.java
107
RuntimeException
caught = null;
110
} catch (
RuntimeException
e) {
/libcore/support/src/test/java/org/apache/harmony/testframework/serialization/
SerializationTest.java
263
* - otherwise
RuntimeException
is thrown
291
throw new
RuntimeException
("Failed to detect comparator");
/packages/apps/Launcher3/src/com/android/launcher3/model/
ModelWriter.java
133
RuntimeException
e = new
RuntimeException
(msg);
/packages/apps/LegacyCamera/src/com/android/camera/
VideoCamera.java
[
all
...]
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
DateTimeParser.java
432
try { jj_input_stream = new SimpleCharStream(stream, encoding, 1, 1); } catch(java.io.UnsupportedEncodingException e) { throw new
RuntimeException
(e); }
444
try { jj_input_stream.ReInit(stream, encoding, 1, 1); } catch(java.io.UnsupportedEncodingException e) { throw new
RuntimeException
(e); }
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputMethodManager.java
90
throw new
RuntimeException
(TAG + " is used before initialization");
256
throw new
RuntimeException
("Input method id for " + mImePackageName + " not found.");
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipEditor.java
140
throw new
RuntimeException
("getValue() for the preference " + this);
477
throw new
RuntimeException
("not possible to reach here");
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java
284
} catch (
RuntimeException
e) {
304
} catch (
RuntimeException
|IOException e) {
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
AuptTestRunner.java
289
throw new
RuntimeException
("DexTestRunner not initialized!");
622
throw new
RuntimeException
("Interrupted while waiting for AnrGenerator...");
Completed in 2323 milliseconds
<<
131
132
133
134
135
136
137
138
139
140
>>