HomeSort by relevance Sort by last modified time
    Searched defs:runtimeException (Results 1 - 8 of 8) sorted by null

  /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;
  /external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
MockAbstractPreferences.java 32 static final int runtimeException = 2;
104 case runtimeException:
251 class MockRuntimeException extends RuntimeException {
PreferencesTest.java 233 stream.setResult(MockInputStream.runtimeException);
236 fail("should throw RuntimeException");
237 } catch (RuntimeException e) {
248 static final int runtimeException = 2;
264 case runtimeException:
265 throw new RuntimeException("test");
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
  /prebuilts/tools/common/m2/internal/org/easymock/easymock/3.1/
easymock-3.1.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1062 milliseconds