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

1 2 3 4 5 6 78 91011>>

  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
PrivilegedActionTest.java 28 throw new RuntimeException("fail");
45 } catch (RuntimeException e) {
  /packages/experimental/KBars/app/src/main/java/js/kbars/
Util.java 25 throw new RuntimeException(t);
39 throw new RuntimeException(e);
  /platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
AuptTerminator.java 20 * A subclass of {@link RuntimeException} to signal that this is a "controlled" termination
23 public class AuptTerminator extends RuntimeException {
  /tools/tradefederation/core/tests/test-apps/TradeFedTestApp/src/com/android/tradefed/testapp/
CrashOnInitTest.java 28 throw new RuntimeException();
32 throw new RuntimeException();
  /art/test/451-regression-add-float/src/
Main.java 45 throw new RuntimeException("Expected: " + a + " Found: " + b);
51 throw new RuntimeException("Expected: " + a + " Found: " + b);
60 throw new RuntimeException("Expected: " + a + " Found: " + b);
69 throw new RuntimeException("Expected: " + a + " Found: " + b);
  /dalvik/dx/src/com/android/dx/dex/code/form/
SpecialFormat.java 46 throw new RuntimeException("unsupported");
52 throw new RuntimeException("unsupported");
58 throw new RuntimeException("unsupported");
70 throw new RuntimeException("unsupported");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
StoreException.java 7 extends RuntimeException
  /external/droiddriver/src/io/appium/droiddriver/exceptions/
DroidDriverException.java 25 public class DroidDriverException extends RuntimeException {
40 * Propagates {@code throwable} as-is if it is an instance of {@link RuntimeException} or {@link
62 if (throwable instanceof RuntimeException) {
63 throw (RuntimeException) throwable;
  /external/junit/src/main/java/junit/framework/
JUnit4TestCaseFacade.java 23 throw new RuntimeException(
  /external/mockito/src/test/java/org/mockitousage/matchers/
VerificationAndStubbingUsingMatchersTest.java 34 when(three.simpleMethod(startsWith("test"))).thenThrow(new RuntimeException());
48 } catch (RuntimeException e) {}
53 doThrow(new RuntimeException()).when(one).oneArg(true);
59 } catch (RuntimeException e) {}
  /external/testng/src/main/java/org/testng/
TestNGException.java 9 public class TestNGException extends RuntimeException {
  /external/testng/src/test/java/test/alwaysrun/
AlwaysRunAfter1.java 12 throw new RuntimeException("Failing in setUp");
  /external/testng/src/test/java/test/configurationfailurepolicy/
ClassWithFailedBeforeMethodAndMultipleInvocations.java 11 throw new RuntimeException("Failing in setUp");
  /external/testng/src/test/java/test/dataprovider/
DataProviderWithError.java 23 throw new RuntimeException("Fail");
DependentSampleTest.java 15 throw new RuntimeException("error " + s);
FailedDataProviderSample.java 20 throw new RuntimeException("Failed") ;
IndicesTest.java 19 if (n == 2) throw new RuntimeException("This method should not have received a 1");
  /external/testng/src/test/java/test/timeout/
TimeOutSampleTest.java 18 throw new RuntimeException("EXCEPTION SHOULD MAKE THIS METHOD FAIL");
  /external/testng/src/test/java/test/tmp/
Test_TestListenerAppender.java 10 // throw new RuntimeException("Intentionally thrown exception");
  /frameworks/base/core/tests/coretests/src/android/os/
TestHandlerThread.java 27 private RuntimeException mFailure = null;
54 throw new RuntimeException("test timed out");
72 public void failure(RuntimeException failure) {
90 mFailure = new RuntimeException("no failure exception set");
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
BindingAdapterTestBase.java 38 throw new RuntimeException(e);
53 throw new RuntimeException(e);
55 throw new RuntimeException(e);
57 throw new RuntimeException(e);
  /frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
RemoteLayoutLogAdapter.java 37 throw new RuntimeException(e);
47 throw new RuntimeException(e);
56 throw new RuntimeException(e);
65 throw new RuntimeException(e);
  /frameworks/support/room/rxjava2/api/
current.txt 3 public class EmptyResultSetException extends java.lang.RuntimeException {
  /frameworks/support/room/rxjava2/api_legacy/
1.0.0.txt 3 public class EmptyResultSetException extends java.lang.RuntimeException {
1.1.0.txt 3 public class EmptyResultSetException extends java.lang.RuntimeException {

Completed in 1692 milliseconds

1 2 3 4 5 6 78 91011>>