Home
last modified time | relevance | path

Searched refs:errorInUserCode (Results 1 – 4 of 4) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
DInternalProvisionException.java88 public static InternalProvisionException errorInUserCode( in errorInUserCode() method in InternalProvisionException
106 return errorInUserCode(cause, "Error in custom provider, %s", cause); in errorInProvider()
110 return errorInUserCode(cause, "Error injecting method, %s", cause); in errorInjectingMethod()
114 return errorInUserCode(cause, "Error injecting constructor, %s", cause); in errorInjectingConstructor()
119 return errorInUserCode( in errorInUserInjector()
129 return errorInUserCode( in errorNotifyingInjectionListener()
DErrors.java288 return errorInUserCode( in conversionError()
479 return errorInUserCode( in errorNotifyingTypeListener()
497 return errorInUserCode(cause, "Unable to method intercept: %s", clazz); in errorEnhancingClass()
512 public Errors errorInUserCode(Throwable cause, String messageFormat, Object... arguments) { in errorInUserCode() method in Errors
DProvisionListenerStackCallback.java76 throw InternalProvisionException.errorInUserCode( in provision()
DEncounterImpl.java120 errors.errorInUserCode(t, "An exception was caught and reported. Message: %s", t.getMessage()); in addError()