Searched refs:errorInUserCode (Results 1 – 4 of 4) sorted by relevance
/external/guice/core/src/com/google/inject/internal/ |
D | InternalProvisionException.java | 88 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()
|
D | Errors.java | 288 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
|
D | ProvisionListenerStackCallback.java | 76 throw InternalProvisionException.errorInUserCode( in provision()
|
D | EncounterImpl.java | 120 errors.errorInUserCode(t, "An exception was caught and reported. Message: %s", t.getMessage()); in addError()
|