HomeSort by relevance Sort by last modified time
    Searched full:runtimeexception (Results 251 - 275 of 7326) sorted by null

<<11121314151617181920>>

  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javassistmodel/
JavassistConstructorDeclaration.java 82 throw new RuntimeException(e);
101 throw new RuntimeException(e);
103 throw new RuntimeException(badBytecode);
116 throw new RuntimeException(badBytecode);
130 throw new RuntimeException(e);
143 throw new RuntimeException(e);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/
RobolectricInternals.java 32 throw new RuntimeException(e);
34 throw new RuntimeException(e);
36 throw new RuntimeException(e);
38 throw new RuntimeException(e);
85 throw new RuntimeException("already expecting a direct call on <" + expectedInstance + "> but here's a new request for <" + shadowedObject + ">");
98 throw new RuntimeException("expected to perform direct call on <" + expectedInstance + "> but got <" + directInstance + ">");
RobolectricClassLoader.java 42 throw new RuntimeException(e);
44 throw new RuntimeException(e);
73 throw new RuntimeException(e);
  /frameworks/base/core/java/android/app/
AliasActivity.java 63 throw new RuntimeException("Alias requires a meta-data field "
69 throw new RuntimeException(
77 throw new RuntimeException("Error parsing alias", e);
79 throw new RuntimeException("Error parsing alias", e);
81 throw new RuntimeException("Error parsing alias", e);
100 throw new RuntimeException(
  /frameworks/base/media/mca/effect/java/android/media/effect/
FilterGraphEffect.java 73 throw new RuntimeException("Could not setup effect", e);
77 throw new RuntimeException("Could not setup effect");
91 throw new RuntimeException("Internal error applying effect");
97 throw new RuntimeException("Internal error applying effect");
101 } catch (RuntimeException e) {
102 throw new RuntimeException("Internal error applying effect: ", e);
  /frameworks/support/webkit/src/main/java/androidx/webkit/internal/
WebViewGlueCommunicator.java 82 throw new RuntimeException(e);
84 throw new RuntimeException(e);
90 throw new RuntimeException(e);
114 throw new RuntimeException(e);
116 throw new RuntimeException(e);
118 throw new RuntimeException(e);
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MySSLContextSpi.java 56 throw new RuntimeException("Not initialiazed");
63 throw new RuntimeException("Not initialiazed");
70 throw new RuntimeException("Not initialiazed");
77 throw new RuntimeException("Not initialiazed");
97 throw new RuntimeException("Not initialiazed");
104 throw new RuntimeException("Not initialiazed");
  /libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
MySSLContextSpi.java 54 throw new RuntimeException("Not initialiazed");
61 throw new RuntimeException("Not initialiazed");
68 throw new RuntimeException("Not initialiazed");
75 throw new RuntimeException("Not initialiazed");
95 throw new RuntimeException("Not initialiazed");
102 throw new RuntimeException("Not initialiazed");
  /art/test/918-fields/src/art/
Test918.java 43 throw new RuntimeException("Declaring class not equal: " + base + " vs " + declClass);
49 throw new RuntimeException("Modifiers not equal: " + f.getModifiers() + " vs " + modifiers);
55 throw new RuntimeException("Synthetic not equal: " + f.isSynthetic() + " vs " + synth);
  /art/test/927-timers/src/art/
Test927.java 30 throw new RuntimeException("Available processors doesn't match: " + all1 + " vs " + all2);
45 throw new RuntimeException("Time unexpectedly decreased: " + time1 + " vs " + time2);
53 throw new RuntimeException("Time unexpectedly divergent: " + time3 + " vs " + time4);
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/src/com/android/cts/usepermission/
BasePermissionActivity.java 62 throw new RuntimeException(e);
70 throw new RuntimeException(e);
78 throw new RuntimeException(e);
  /cts/tests/tests/provider/src/android/provider/cts/
GetResultActivity.java 56 throw new RuntimeException(e);
69 throw new RuntimeException(e);
81 throw new RuntimeException(e);
  /dalvik/dx/tests/046-dex-exceptions/
expected.txt 18 catch java.lang.RuntimeException -> 0009
46 catch java.lang.RuntimeException -> 0012
48 catch java.lang.RuntimeException -> 0017
  /dalvik/dx/tests/061-dex-try-catch/
expected.txt 21 catch java.lang.RuntimeException -> 0005
34 catch java.lang.RuntimeException -> 0005
49 catch java.lang.RuntimeException -> 0007
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
SingleStepThroughReflectionDebuggee.java 59 } catch (RuntimeException e) {
62 // Wrap exception into a RuntimeException.
63 throw new RuntimeException(e);
  /external/apache-xml/src/main/java/org/apache/xpath/
NodeSetDTM.java 408 * @throws RuntimeException thrown if this NodeSetDTM is not of
415 throw new RuntimeException(
475 * @throws RuntimeException thrown if this NodeSetDTM is not
482 throw new RuntimeException(
532 * @throws RuntimeException thrown if this NodeSetDTM is not of
539 throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_NODESETDTM_NOT_MUTABLE, null)); //"This NodeSetDTM is not mutable!");
550 * @throws RuntimeException thrown if this NodeSetDTM is not of
557 throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_NODESETDTM_NOT_MUTABLE, null)); //"This NodeSetDTM is not mutable!");
566 * @throws RuntimeException thrown if this NodeSetDTM is not of
573 throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_NODESETDTM_NOT_MUTABLE, null)); //"This Node (…)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationRoot.java 30 private static final RuntimeException exception;
49 RuntimeException e2 = null;
61 } catch(RuntimeException e) {
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationRoot.java 28 private static final RuntimeException exception;
47 RuntimeException e2 = null;
59 } catch(RuntimeException e) {
  /external/jacoco/jacoco-maven-plugin.test/it/it-multi-module/
verify.bsh 17 throw new RuntimeException( "Execution should be skipped when target/classes does not exist." );
22 throw new RuntimeException( "Should not be executed for module 'skip-child', but dump found : " + dump2 );
26 throw new RuntimeException( "Property not set to empty when skipping." );
  /external/junit-params/src/main/java/junitparams/internal/parameters/
ParametersFromExternalClassProvideMethod.java 41 throw new RuntimeException(
64 throw new RuntimeException("Parameters source method " +
72 throw new RuntimeException("Cannot invoke parameters source method: " + prividerMethod.getName(),
  /external/mockito/src/test/java/org/mockitousage/basicapi/
ReplacingObjectMethodsTest.java 55 throw new RuntimeException("Should not be called. MethodInterceptorFilter provides implementation");
58 throw new RuntimeException("Should not be called. MethodInterceptorFilter provides implementation");
61 throw new RuntimeException("Should not be called. MethodInterceptorFilter provides implementation");
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
ProtectionSpecificHeader.java 11 import java.lang.RuntimeException;
47 throw new RuntimeException(e);
49 throw new RuntimeException(e);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowParcelFileDescriptor.java 40 throw new RuntimeException(e);
51 throw new RuntimeException(e);
60 throw new RuntimeException(e);
  /external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
TempDirectory.java 18 throw new RuntimeException(e);
35 throw new RuntimeException(e);
48 throw new RuntimeException(e);
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/ExceptionTest/
ExceptionTest.smali 40 new-instance v0, Ljava/lang/RuntimeException;
42 invoke-direct {v0, v1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
45 .catch Ljava/lang/RuntimeException; {:try_start_inner .. :try_end_outer} :handler_inner

Completed in 1643 milliseconds

<<11121314151617181920>>