Home
last modified time | relevance | path

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

/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
DFactoryProvider.java243 for (Class<?> constructorException : entry.getValue().getDeclaredExceptions()) { in checkDeclaredExceptionsMatch()
245 constructorException, entry.getKey().getExceptionTypes())) { in checkDeclaredExceptionsMatch()
256 Class<?> constructorException, Class<?>[] factoryExceptions) { in isConstructorExceptionCompatibleWithFactoryExeception() argument
258 if (factoryException.isAssignableFrom(constructorException)) { in isConstructorExceptionCompatibleWithFactoryExeception()