OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:runtimeexception
(Results
3576 - 3600
of
7326
) sorted by null
<<
141
142
143
144
145
146
147
148
149
150
>>
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
AES.java
132
throw new
RuntimeException
("Could not set mode or padding for GCM mode", e);
564
throw new
RuntimeException
(e.getMessage());
603
throw new
RuntimeException
(e.getMessage());
642
throw new
RuntimeException
(e.getMessage());
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
CertBlacklist.java
116
} catch (
RuntimeException
rethrown) {
/external/caliper/caliper/src/test/java/com/google/caliper/runner/
StreamServiceTest.java
215
throw new
RuntimeException
(e);
/external/conscrypt/common/src/jni/main/include/conscrypt/
jniutil.h
153
* Throw a java.lang.
RuntimeException
, with an optional message.
/external/conscrypt/common/src/main/java/org/conscrypt/
CryptoUpcalls.java
78
throw new
RuntimeException
("Unexpected key type: " + javaKey.toString());
/external/conscrypt/platform/src/main/java/org/conscrypt/
CertBlacklist.java
123
} catch (
RuntimeException
rethrown) {
/external/dexmaker/dexmaker/src/main/java/com/android/dx/stock/
ProxyBuilder.java
341
private static
RuntimeException
launderCause(InvocationTargetException e) {
347
//
RuntimeException
can be thrown as-is.
348
if (cause instanceof
RuntimeException
) {
349
throw (
RuntimeException
) cause;
[
all
...]
/external/dexmaker/dexmaker-mockito-inline/src/main/java/com/android/dx/mockito/inline/
MockMethodAdvice.java
80
} catch (
RuntimeException
ignored) {
/external/guava/guava/src/com/google/common/base/
Verify.java
53
* using our {@link VerifyException} exception type. Throwing a plain {@link
RuntimeException
}
/external/guava/guava/src/com/google/common/util/concurrent/
MoreExecutors.java
725
} catch (
RuntimeException
rex) {
775
throw new
RuntimeException
("Couldn't invoke ThreadManager.currentRequestThreadFactory", e);
777
throw new
RuntimeException
("Couldn't invoke ThreadManager.currentRequestThreadFactory", e);
779
throw new
RuntimeException
("Couldn't invoke ThreadManager.currentRequestThreadFactory", e);
[
all
...]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java
332
else if (t instanceof
RuntimeException
)
333
throw (
RuntimeException
) t;
470
if (t instanceof
RuntimeException
)
471
throw (
RuntimeException
) t;
[
all
...]
JdkFutureAdaptersTest.java
184
throw new
RuntimeException
("expected, should be caught");
/external/guice/core/test/com/googlecode/guice/
BytecodeGenTest.java
117
throw new
RuntimeException
(e1);
/external/guice/extensions/persist/test/com/google/inject/persist/jpa/
ManagedLocalTransactionsAcrossRequestTest.java
160
} catch (
RuntimeException
re) {
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
CompatibilityTest.java
117
throw new
RuntimeException
(e);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
CompatibilityTest.java
114
throw new
RuntimeException
(e);
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
PerfTest.java
322
throw new
RuntimeException
("Extra arguments received");
392
throw new
RuntimeException
(meth
396
throw new
RuntimeException
(meth
608
throw new
RuntimeException
(
[
all
...]
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
Analyzer.java
128
} catch (final
RuntimeException
cause) {
/external/jacoco/org.jacoco.core/src/org/jacoco/core/instr/
Instrumenter.java
109
} catch (final
RuntimeException
e) {
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/
JavaSymbolSolver.java
96
throw new
RuntimeException
("Cannot resolve a Field Declaration including multiple variable declarators. Resolve the single variable declarators");
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/
Node.java
180
throw new
RuntimeException
("A comment can not be commented");
/external/javassist/src/main/javassist/bytecode/
Bytecode.java
171
throw new
RuntimeException
(cnse);
527
throw new
RuntimeException
("void type?");
748
throw new
RuntimeException
("void type?");
781
throw new
RuntimeException
("void type?");
[
all
...]
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
Element.java
202
// if (prefixMap == null) throw new
RuntimeException
("!!");
/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/
RouterTest.java
168
throw new
RuntimeException
(e);
/external/mockito/src/main/java/org/mockito/internal/exceptions/
Reporter.java
161
" doThrow(new
RuntimeException
()).when(mock).someMethod();"
169
" doThrow(new
RuntimeException
()).when(mock).someMethod();",
479
" doThrow(new
RuntimeException
())",
525
" doThrow(new
RuntimeException
()).when(mock).someVoidMethod(anyObject());",
[
all
...]
Completed in 1876 milliseconds
<<
141
142
143
144
145
146
147
148
149
150
>>