Searched refs:errorInUserCode (Results 1 – 3 of 3) sorted by relevance
/external/guice/core/src/com/google/inject/internal/ |
D | Errors.java | 185 return errorInUserCode(cause, "Error converting '%s' (bound at %s) to %s%n" in conversionError() 359 return errorInUserCode(cause, "Error injecting method, %s", cause); in errorInjectingMethod() 364 return errorInUserCode(cause, in errorNotifyingTypeListener() 371 return errorInUserCode(cause, "Error injecting constructor, %s", cause); in errorInjectingConstructor() 376 return errorInUserCode(unwrapped, "Error in custom provider, %s", unwrapped); in errorInProvider() 381 return errorInUserCode(cause, "Error injecting %s using %s.%n" in errorInUserInjector() 387 return errorInUserCode(cause, "Error notifying InjectionListener %s of %s.%n" in errorNotifyingInjectionListener() 400 return errorInUserCode(cause, "Unable to method intercept: %s", clazz); in errorEnhancingClass() 415 public Errors errorInUserCode(Throwable cause, String messageFormat, Object... arguments) { in errorInUserCode() method in Errors
|
D | ProvisionListenerStackCallback.java | 79 .errorInUserCode(caught, "Error notifying ProvisionListener %s of %s.%n" in provision()
|
D | EncounterImpl.java | 119 errors.errorInUserCode(t, "An exception was caught and reported. Message: %s", t.getMessage()); in addError()
|