Searched refs:keyNotFullySpecified (Results 1 – 3 of 3) sorted by relevance
274 throw errors.keyNotFullySpecified(TypeLiteral.get(factoryRawType)).toException(); in FactoryProvider2()488 Iterables.getOnlyElement(new Errors().keyNotFullySpecified(typeLiteral).getMessages()); in isTypeNotSpecified()
94 Errors errors = new Errors().keyNotFullySpecified(typeLiteral); in canonicalizeForKey()
492 public Errors keyNotFullySpecified(TypeLiteral<?> typeLiteral) { in keyNotFullySpecified() method in Errors