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.java232 throw newConfigurationException( in setInjectorAndCheckUnboundParametersAreInjectable()
246 throw newConfigurationException( in checkDeclaredExceptionsMatch()
289 throw newConfigurationException( in createMethodMapping()
307 throw newConfigurationException( in createMethodMapping()
318 throw newConfigurationException( in createMethodMapping()
328 throw newConfigurationException( in createMethodMapping()
425 private static ConfigurationException newConfigurationException(String format, Object... args) { in newConfigurationException() method in FactoryProvider