Home
last modified time | relevance | path

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

/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
DFactoryProvider.java219 throw newConfigurationException("Parameter of type '%s' is not injectable or annotated " in setInjectorAndCheckUnboundParametersAreInjectable()
231 throw newConfigurationException("Constructor %s declares an exception, but no compatible " in checkDeclaredExceptionsMatch()
271 throw newConfigurationException("Constructor mismatch: %s has %s @AssistedInject " in createMethodMapping()
288 throw newConfigurationException("Return type of method %s is not assignable from %s", in createMethodMapping()
299 throw newConfigurationException("%s has no @AssistInject constructor that takes the " in createMethodMapping()
308 throw newConfigurationException("Factory method %s has an @Assisted parameter, which " in createMethodMapping()
397 private static ConfigurationException newConfigurationException(String format, Object... args) { in newConfigurationException() method in FactoryProvider