HomeSort by relevance Sort by last modified time
    Searched refs:userException (Results 1 - 15 of 15) sorted by null

  /external/guice/core/src/com/google/inject/internal/
InternalFactoryToProviderAdapter.java 42 } catch (RuntimeException userException) {
43 throw errors.withSource(source).errorInProvider(userException).toException();
ConstructorInjector.java 118 } catch (InvocationTargetException userException) {
119 Throwable cause = userException.getCause() != null
120 ? userException.getCause()
121 : userException;
SingleMethodInjector.java 94 } catch (InvocationTargetException userException) {
95 Throwable cause = userException.getCause() != null
96 ? userException.getCause()
97 : userException;
InternalFactoryToInitializableAdapter.java 54 } catch(RuntimeException userException) {
55 throw errors.withSource(source).errorInProvider(userException).toException();
BoundProviderFactory.java 73 } catch(RuntimeException userException) {
74 throw errors.errorInProvider(userException).toException();
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
BenchmarkCreator.java 77 Throwable userException = e.getCause();
78 throw new UserCodeException(userException);
AllocationInstrument.java 105 Throwable userException = e.getCause();
106 propagateIfInstanceOf(userException, SkipThisScenarioException.class);
107 throw new UserCodeException(userException);
146 Throwable userException = e.getCause();
147 propagateIfInstanceOf(userException, SkipThisScenarioException.class);
148 throw new UserCodeException(userException);
ArbitraryMeasurementInstrument.java 97 Throwable userException = e.getCause();
98 propagateIfInstanceOf(userException, SkipThisScenarioException.class);
99 throw new UserCodeException(userException);
RuntimeInstrument.java 145 Throwable userException = e.getCause();
146 propagateIfInstanceOf(userException, SkipThisScenarioException.class);
147 throw new UserCodeException(userException);
185 Throwable userException = e.getCause();
186 propagateIfInstanceOf(userException, SkipThisScenarioException.class);
187 throw new UserCodeException(userException);
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
sisu-guice-3.1.3-no_aop.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/
sisu-guice-3.1.0-no_aop.jar 
sisu-guice-3.1.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /external/testng/lib-supplied/
guice-2.0.jar 

Completed in 1145 milliseconds