HomeSort by relevance Sort by last modified time
    Searched defs:runtimeException (Results 1 - 5 of 5) 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");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 289 milliseconds