HomeSort by relevance Sort by last modified time
    Searched full:runtimeexception (Results 1 - 25 of 2650) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dx/tests/082-dex-throws-list-sharing/
expected.txt 1 java.lang.RuntimeException
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/easymock/src/org/easymock/internal/
RuntimeExceptionWrapper.java 18 public class RuntimeExceptionWrapper extends RuntimeException {
22 private final RuntimeException runtimeException;
24 public RuntimeExceptionWrapper(final RuntimeException runtimeException) {
25 this.runtimeException = runtimeException;
28 public RuntimeException getRuntimeException() {
29 return runtimeException;
MocksControl.java 54 throw (RuntimeException) e.getRuntimeException().fillInStackTrace();
65 throw (RuntimeException) e.getRuntimeException().fillInStackTrace();
101 throw (RuntimeException) e.getRuntimeException().fillInStackTrace();
109 throw (RuntimeException) e.getRuntimeException().fillInStackTrace();
119 throw (RuntimeException) e.getRuntimeException().fillInStackTrace();
127 throw (RuntimeException) e.getRuntimeException().fillInStackTrace();
135 throw (RuntimeException) e.getRuntimeException().fillInStackTrace();
146 throw (RuntimeException) e.getRuntimeException().fillInStackTrace();
155 throw (RuntimeException) e.getRuntimeException().fillInStackTrace();
164 throw (RuntimeException) e.getRuntimeException().fillInStackTrace();
    [all...]
  /dalvik/dx/tests/092-ssa-cfg-edge-cases/
Blort.java 16 throw new RuntimeException();
17 } catch (RuntimeException ex){
  /dalvik/dx/tests/096-dex-giant-catch/
expected.txt 3 catch java.lang.RuntimeException -> 00011260
5 catch java.lang.RuntimeException -> 00011260
  /build/tools/droiddoc/test/stubs/expected/com/android/stubs/b/
B.java 4 public B() { throw new RuntimeException("Stub!"); }
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/
Foo.java 8 throw new RuntimeException("stub!");
12 throw new RuntimeException("stub!");
16 throw new RuntimeException("stub!");
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
RuntimeExceptionTest.java 25 * @tests java.lang.RuntimeException#RuntimeException()
28 RuntimeException e = new RuntimeException();
35 * @tests java.lang.RuntimeException#RuntimeException(java.lang.String)
38 RuntimeException e = new RuntimeException("fixture");
44 * @tests {@link java.lang.RuntimeException#RuntimeException(Throwable)
    [all...]
  /libcore/luni/src/test/java/tests/api/org/xml/sax/ext/
DefaultHandler2Test.java 38 throw new RuntimeException("Unexpected exception", e);
46 throw new RuntimeException("Unexpected exception", e);
54 throw new RuntimeException("Unexpected exception", e);
62 throw new RuntimeException("Unexpected exception", e);
70 throw new RuntimeException("Unexpected exception", e);
78 throw new RuntimeException("Unexpected exception", e);
86 throw new RuntimeException("Unexpected exception", e);
94 throw new RuntimeException("Unexpected exception", e);
102 throw new RuntimeException("Unexpected exception", e);
110 throw new RuntimeException("Unexpected exception", e)
    [all...]
  /build/tools/droiddoc/test/stubs/expected/com/android/stubs/a/
A.java 8 public Inner() { throw new RuntimeException("Stub!"); }
10 protected A(int a) { throw new RuntimeException("Stub!"); }
11 public com.android.stubs.a.A varargs(com.android.stubs.Parent[]... args) { throw new RuntimeException("Stub!"); }
12 public void method() { throw new RuntimeException("Stub!"); }
  /external/smali/examples/RecursiveExceptionHandler/
Main.smali 9 new-instance v0, Ljava/lang/RuntimeException;
10 invoke-direct {v0}, Ljava/lang/RuntimeException;-><init>()V
16 new-instance v0, Ljava/lang/RuntimeException;
17 invoke-direct {v0}, Ljava/lang/RuntimeException;-><init>()V
  /libcore/luni/src/main/java/java/lang/
RuntimeException.java 21 * {@code RuntimeException} is the superclass of all classes that represent
24 * doesn't extend {@code RuntimeException} or {@link Error}), the compiler does
27 public class RuntimeException extends Exception {
32 * Constructs a new {@code RuntimeException} that includes the current stack
35 public RuntimeException() {
39 * Constructs a new {@code RuntimeException} with the current stack trace
45 public RuntimeException(String detailMessage) {
50 * Constructs a new {@code RuntimeException} with the current stack trace,
58 public RuntimeException(String detailMessage, Throwable throwable) {
63 * Constructs a new {@code RuntimeException} with the current stack trac
    [all...]
  /dalvik/tests/045-reflect-array/src/
Main.java 33 throw new RuntimeException();
35 throw new RuntimeException();
38 throw new RuntimeException("store should have failed");
42 throw new RuntimeException("store should have failed");
47 throw new RuntimeException("bad len");
56 throw new RuntimeException("bad 123 or 456");
62 throw new RuntimeException("cast should have failed");
67 throw new RuntimeException();
86 throw new RuntimeException("shouldn't allow short in char array");
90 throw new RuntimeException("shouldn't allow int in char array")
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldRuntimeExceptionTest.java 27 RuntimeException re = new RuntimeException(message, npe);
31 re = new RuntimeException(null, npe);
34 re = new RuntimeException(message, null);
40 RuntimeException re = new RuntimeException(npe);
43 re = new RuntimeException((Throwable) null);
  /cts/tools/vm-tests-tf/src/dot/junit/
DxTestCase.java 27 if (expected != actual) throw new RuntimeException("AssertionFailedError: not equals");
31 if (expected != actual) throw new RuntimeException("AssertionFailedError: not equals");
35 if(!(Math.abs(expected-actual) <= delta)) throw new RuntimeException("AssertionFailedError: not within delta");
43 throw new RuntimeException("AssertionFailedError: not the same");
47 if (!condition) throw new RuntimeException("AssertionFailedError: condition was false");
51 if (condition) throw new RuntimeException("AssertionFailedError: condition was true");
55 if (object == null) throw new RuntimeException("AssertionFailedError: object was null");
59 if (object != null) throw new RuntimeException("AssertionFailedError: object was not null");
63 throw new RuntimeException("AssertionFailedError msg:"+message);
  /dalvik/dx/tests/055-dex-explicit-throw/
expected.txt 3 0000: sget-object v0, Blort.theException:Ljava/lang/RuntimeException;
7 0000: sget-object v1, Blort.theException:Ljava/lang/RuntimeException;
17 catch java.lang.RuntimeException -> 0003
  /dalvik/dx/tests/080-dex-exception-tables/
Blort.java 31 } catch (RuntimeException ex) {
48 } catch (RuntimeException ex) {
70 } catch (RuntimeException ex) {
91 } catch (RuntimeException ex) {
111 } catch (RuntimeException ex) {
131 } catch (RuntimeException ex) {
142 } catch (RuntimeException ex) {
148 } catch (RuntimeException ex) {
159 } catch (RuntimeException ex) {
166 } catch (RuntimeException ex)
    [all...]
  /external/apache-harmony/x-net/src/test/java/javax/net/ssl/
SSLContextSpiTests.java 55 fail("RuntimeException must be thrown");
56 } catch (RuntimeException e) {
61 fail("RuntimeException must be thrown");
62 } catch (RuntimeException e) {
67 fail("RuntimeException must be thrown");
68 } catch (RuntimeException e) {
73 fail("RuntimeException must be thrown");
74 } catch (RuntimeException e) {
79 fail("RuntimeException must be thrown");
80 } catch (RuntimeException e)
    [all...]
  /build/tools/droiddoc/test/stubs/expected/com/android/stubs/
InterfaceEnum.java 6 public void method() { throw new RuntimeException("Stub!"); }
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
RuntimeOperatorException.java 4 extends RuntimeException
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
StoreException.java 4 extends RuntimeException
  /external/javassist/sample/evolve/
CannotCreateException.java 6 public class CannotCreateException extends RuntimeException {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
I18nException.java 4 public class I18nException extends RuntimeException {
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxAggregatorManager.java 55 throw new RuntimeException(AggregatorManager_NOTAVAILABLE);
60 throw new RuntimeException(AggregatorManager_NOTAVAILABLE);
66 throw new RuntimeException(AggregatorManager_NOTAVAILABLE);
71 throw new RuntimeException(AggregatorManager_NOTAVAILABLE);
77 throw new RuntimeException(AggregatorManager_NOTAVAILABLE);
82 throw new RuntimeException(AggregatorManager_NOTAVAILABLE);
88 throw new RuntimeException(AggregatorManager_NOTAVAILABLE);
93 throw new RuntimeException(AggregatorManager_NOTAVAILABLE);
99 throw new RuntimeException(AggregatorManager_NOTAVAILABLE);
104 throw new RuntimeException(AggregatorManager_NOTAVAILABLE)
    [all...]

Completed in 1805 milliseconds

1 2 3 4 5 6 7 8 91011>>