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

  /external/guice/core/src/com/google/inject/internal/
EncounterImpl.java 119 errors.errorInUserCode(t, "An exception was caught and reported. Message: %s", t.getMessage());
Errors.java 185 return errorInUserCode(cause, "Error converting '%s' (bound at %s) to %s%n"
359 return errorInUserCode(cause, "Error injecting method, %s", cause);
364 return errorInUserCode(cause,
371 return errorInUserCode(cause, "Error injecting constructor, %s", cause);
376 return errorInUserCode(unwrapped, "Error in custom provider, %s", unwrapped);
381 return errorInUserCode(cause, "Error injecting %s using %s.%n"
387 return errorInUserCode(cause, "Error notifying InjectionListener %s of %s.%n"
400 return errorInUserCode(cause, "Unable to method intercept: %s", clazz);
415 public Errors errorInUserCode(Throwable cause, String messageFormat, Object... arguments) {
  /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 
  /external/testng/lib-supplied/
guice-2.0.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 

Completed in 78 milliseconds