HomeSort by relevance Sort by last modified time
    Searched defs:RuntimeException (Results 1 - 25 of 166) sorted by null

1 2 3 4 5 6 7

  /external/objenesis/main/src/test/java/org/objenesis/
EmptyClass.java 28 throw new RuntimeException();
  /dalvik/dx/tests/081-dex-throws-list/
Blort.java 20 throws RuntimeException {
21 throw new RuntimeException();
  /dalvik/dx/tests/092-ssa-cfg-edge-cases/
Blort.java 16 throw new RuntimeException();
17 } catch (RuntimeException ex){
  /libcore/ojluni/src/main/java/java/lang/
RuntimeException.java 29 * {@code RuntimeException} is the superclass of those
33 * <p>{@code RuntimeException} and its subclasses are <em>unchecked
43 public class RuntimeException extends Exception {
50 public RuntimeException() {
61 public RuntimeException(String message) {
79 public RuntimeException(String message, Throwable cause) {
95 public RuntimeException(Throwable cause) {
114 protected RuntimeException(String message, Throwable cause,
  /art/test/111-unresolvable-exception/src/
Main.java 32 throw new RuntimeException(); // Trigger exception handling.
  /dalvik/dx/tests/046-dex-exceptions/
Blort.java 21 throw new RuntimeException();
31 } catch (RuntimeException ex) {
40 } catch (RuntimeException ex) {
48 } catch (RuntimeException ex) {
54 } catch (RuntimeException ex) {
  /dalvik/dx/tests/082-dex-throws-list-sharing/
Blort.java 20 throws RuntimeException {
21 throw new RuntimeException();
25 throws RuntimeException {
26 throw new RuntimeException();
31 throw new RuntimeException();
36 throw new RuntimeException();
  /external/guice/extensions/persist/src/com/google/inject/persist/
Transactional.java 50 Class<? extends Exception>[] rollbackOn() default RuntimeException.class;
  /external/testng/src/test/java/test/dataprovider/
DataProviderAsTest.java 19 throw new RuntimeException();
  /external/testng/src/test/java/test/dependent/
DepthDependencyTest.java 9 throw new RuntimeException();
  /external/testng/src/test/java/test/failedreporter/
FailedReporter2SampleTest.java 19 throw new RuntimeException();
FailedReporterSampleTest.java 9 throw new RuntimeException();
  /external/testng/src/test/java/test/failures/
DependentTest.java 14 throw new RuntimeException();
  /external/testng/src/test/java/test/invocationcount/
FailedInvocationCount.java 17 throw new RuntimeException();
  /external/testng/src/test/java/test/junit/
SetUpExceptionSampleTest.java 9 throw new RuntimeException();
  /external/testng/src/test/java/test/listeners/
ConfigurationListenerFailSampleTest.java 10 throw new RuntimeException();
ConfigurationListenerSkipSampleTest.java 10 throw new RuntimeException();
FailingSampleTest.java 17 throw new RuntimeException();
  /external/testng/src/test/java/test/testng106/
FailingSuiteFixture.java 14 throw new RuntimeException();
  /frameworks/base/core/java/android/os/
RemoteException.java 40 public RuntimeException rethrowAsRuntimeException() {
41 throw new RuntimeException(this);
57 public RuntimeException rethrowFromSystemServer() {
59 throw new RuntimeException(new DeadSystemException());
61 throw new RuntimeException(this);
  /libcore/benchmarks/src/benchmarks/regression/
StringLengthBenchmark.java 25 if (length != 51) throw new RuntimeException();
  /tools/tradefederation/core/tests/test-apps/TradeFedTestApp/src/com/android/tradefed/testapp/
CrashMeActivity.java 29 throw new RuntimeException();
CrashOnInitTest.java 28 throw new RuntimeException();
32 throw new RuntimeException();
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_throw/d/
T_opc_throw_1.java 22 throw new RuntimeException();
T_opc_throw_10.java 22 throw new RuntimeException();

Completed in 840 milliseconds

1 2 3 4 5 6 7