OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:runtimeexception
(Results
751 - 775
of
7326
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/libcore/ojluni/src/main/java/java/lang/reflect/
UndeclaredThrowableException.java
32
* to {@code
RuntimeException
} or {@code Error}) that
42
* {@code
RuntimeException
}, so it is an unchecked exception
58
public class UndeclaredThrowableException extends
RuntimeException
{
/libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLSocketPair.java
51
throw new
RuntimeException
(e);
125
} catch (
RuntimeException
e) {
128
throw new
RuntimeException
(e);
/packages/apps/Email/provider_src/com/android/email/service/
PolicyService.java
44
} catch (
RuntimeException
e) {
61
} catch (
RuntimeException
e) {
79
} catch (
RuntimeException
e) {
/packages/apps/Email/tests/src/com/android/email/
TestUtils.java
91
// Throw
RuntimeException
, which is not a subclass of Error.
92
throw new
RuntimeException
();
101
throw new
RuntimeException
();
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
Dicttool.java
84
throw new
RuntimeException
(commandName + " is not installed");
86
throw new
RuntimeException
(commandName + " is not installed");
106
throw new
RuntimeException
("Unknown command : " + commandName);
/tools/tradefederation/core/src/com/android/tradefed/testtype/
VersionedTfLauncher.java
79
throw new
RuntimeException
("Device is not allocated for the test.");
81
throw new
RuntimeException
("More than one devices are allocated for the test.");
124
throw new
RuntimeException
("failed to copy options", e);
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
TestMappingSuiteRunner.java
59
throw new
RuntimeException
(
64
throw new
RuntimeException
(
72
throw new
RuntimeException
(
/cts/hostsidetests/jvmti/base/host/src/android/jvmti/cts/
JvmtiHostTest.java
128
throw new
RuntimeException
("pwd failed");
132
throw new
RuntimeException
("pwd failed");
145
throw new
RuntimeException
("Failed attaching", e);
164
throw new
RuntimeException
("Could not push library " + library + " to device");
170
throw new
RuntimeException
(runAsCp.trim());
176
throw new
RuntimeException
(runAsChmod.trim());
/cts/tests/tests/keystore/src/android/keystore/cts/
SignatureTest.java
375
throw new
RuntimeException
(sigAlgorithm + " failed", e);
390
throw new
RuntimeException
(sigAlgorithm + " failed", e);
417
throw new
RuntimeException
(
440
throw new
RuntimeException
(
471
throw new
RuntimeException
(
[
all
...]
/cts/tests/tests/print/src/android/print/cts/
PrinterInfoTest.java
138
RuntimeException
e = null;
154
} catch (
RuntimeException
ex) {
173
} catch (
RuntimeException
ex) {
195
} catch (
RuntimeException
ex) {
218
} catch (
RuntimeException
ex) {
237
} catch (
RuntimeException
ex) {
/dalvik/dexgen/src/com/android/dexgen/dex/file/
OffsettedItem.java
173
} catch (
RuntimeException
ex) {
186
* @throws
RuntimeException
thrown if the offset is not yet known
190
throw new
RuntimeException
("offset not yet known");
201
* @throws
RuntimeException
thrown if the offset is not yet known
205
throw new
RuntimeException
("offset not yet known");
233
throw new
RuntimeException
("already written");
Section.java
109
throw new
RuntimeException
("fileOffset not set");
130
throw new
RuntimeException
("fileOffset already set");
155
throw new
RuntimeException
("alignment mismatch: for " + this +
186
throw new
RuntimeException
("fileOffset not yet set");
244
throw new
RuntimeException
("not prepared");
254
throw new
RuntimeException
("already prepared");
/dalvik/dx/src/com/android/dx/dex/file/
OffsettedItem.java
174
} catch (
RuntimeException
ex) {
187
* @throws
RuntimeException
thrown if the offset is not yet known
191
throw new
RuntimeException
("offset not yet known");
202
* @throws
RuntimeException
thrown if the offset is not yet known
206
throw new
RuntimeException
("offset not yet known");
234
throw new
RuntimeException
("already written");
Section.java
108
throw new
RuntimeException
("fileOffset not set");
129
throw new
RuntimeException
("fileOffset already set");
154
throw new
RuntimeException
("alignment mismatch: for " + this +
185
throw new
RuntimeException
("fileOffset not yet set");
243
throw new
RuntimeException
("not prepared");
253
throw new
RuntimeException
("already prepared");
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
TestSuiteFactory.java
55
throw new
RuntimeException
("internal error: Can't find templates "+TEMPLATE_FILE);
81
throw new
RuntimeException
("Can't save test suite file.");
84
throw new
RuntimeException
("Invalid grammar file.");
150
throw new
RuntimeException
(file.getName()+" is a grammar file not a gunit file");
155
throw new
RuntimeException
("Can't find grammar file associated with gunit file: "+file.getAbsoluteFile());
171
throw new
RuntimeException
("Error reading test suite file.\n" + ex.getMessage());
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javassistmodel/
JavassistInterfaceDeclaration.java
76
throw new
RuntimeException
(e);
127
throw new
RuntimeException
(e);
138
throw new
RuntimeException
(e);
168
throw new
RuntimeException
(e);
195
throw new
RuntimeException
(e);
268
throw new
RuntimeException
(e);
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
BlockingGLTextureView.java
160
throw new
RuntimeException
("eglGetDisplay failed");
168
throw new
RuntimeException
("eglInitialize failed");
197
throw new
RuntimeException
("egl not initialized");
200
throw new
RuntimeException
("eglDisplay not initialized");
203
throw new
RuntimeException
("mEglConfig not initialized");
294
throw new
RuntimeException
(message);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
Signature.java
180
throw new
RuntimeException
("Filter " + filter + " does not have required "
187
throw new
RuntimeException
("Filter " + filter + " has invalid input ports: "
201
throw new
RuntimeException
("Filter " + filter + " does not have required "
208
throw new
RuntimeException
("Filter " + filter + " has invalid output ports: "
226
throw new
RuntimeException
("Attempting to add duplicate input port '" + name + "'!");
236
throw new
RuntimeException
("Attempting to add duplicate output port '" + name + "'!");
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
Camera2Source.java
152
throw new
RuntimeException
(e);
161
throw new
RuntimeException
(e);
164
throw new
RuntimeException
(e);
202
throw new
RuntimeException
(e);
210
throw new
RuntimeException
(e);
217
throw new
RuntimeException
(e);
/frameworks/support/lifecycle/viewmodel/src/main/java/androidx/lifecycle/
ViewModelProvider.java
154
throw new
RuntimeException
("Cannot create an instance of " + modelClass, e);
156
throw new
RuntimeException
("Cannot create an instance of " + modelClass, e);
202
throw new
RuntimeException
("Cannot create an instance of " + modelClass, e);
204
throw new
RuntimeException
("Cannot create an instance of " + modelClass, e);
206
throw new
RuntimeException
("Cannot create an instance of " + modelClass, e);
208
throw new
RuntimeException
("Cannot create an instance of " + modelClass, e);
/packages/apps/Gallery2/src/com/android/photos/views/
BlockingGLTextureView.java
160
throw new
RuntimeException
("eglGetDisplay failed");
168
throw new
RuntimeException
("eglInitialize failed");
197
throw new
RuntimeException
("egl not initialized");
200
throw new
RuntimeException
("eglDisplay not initialized");
203
throw new
RuntimeException
("mEglConfig not initialized");
294
throw new
RuntimeException
(message);
/packages/apps/Traceur/src/com/google/android/traceur/
AtraceUtils.java
66
throw new
RuntimeException
(e);
82
throw new
RuntimeException
(e);
110
throw new
RuntimeException
(e);
140
throw new
RuntimeException
(e);
155
throw new
RuntimeException
(e);
191
throw new
RuntimeException
(e);
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/
HelperManager.java
132
throw new
RuntimeException
("Failed to retrieve the dex file.");
139
* @throws
RuntimeException
if no implementation is found
150
throw new
RuntimeException
("Unable to find a supported launcher implementation.");
157
* @throws
RuntimeException
if no implementation is found
169
* @throws
RuntimeException
if no implementation is found
189
throw new
RuntimeException
(
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DexTestRunner.java
186
throw new
RuntimeException
("Test class not found: " + className);
189
throw new
RuntimeException
("Class not found: " + ex.getMessage());
193
throw new
RuntimeException
("No tests found in " + className + "#" + methodName);
224
throw new
RuntimeException
("Tried to add invalid test: " + test.toString());
315
throw new
RuntimeException
("Can't find jar file " + jarFile);
352
throw new
RuntimeException
(
/art/test/417-optimizing-arith-div/src/
Main.java
78
throw new Error("Expected
RuntimeException
when dividing by 0");
79
} catch (java.lang.
RuntimeException
e) {
83
throw new Error("Expected
RuntimeException
when dividing by 0");
84
} catch (java.lang.
RuntimeException
e) {
91
throw new Error("Expected
RuntimeException
when dividing by 0");
92
} catch (java.lang.
RuntimeException
e) {
96
throw new Error("Expected
RuntimeException
when dividing by 0");
97
} catch (java.lang.
RuntimeException
e) {
Completed in 2374 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>