Searched refs:constructorException (Results 1 – 1 of 1) sorted by relevance
243 for (Class<?> constructorException : entry.getValue().getDeclaredExceptions()) { in checkDeclaredExceptionsMatch()245 constructorException, entry.getKey().getExceptionTypes())) { in checkDeclaredExceptionsMatch()256 Class<?> constructorException, Class<?>[] factoryExceptions) { in isConstructorExceptionCompatibleWithFactoryExeception() argument258 if (factoryException.isAssignableFrom(constructorException)) { in isConstructorExceptionCompatibleWithFactoryExeception()