Uses of Class
com.google.inject.internal.ErrorsException
-
Packages that use ErrorsException Package Description com.google.inject.internal Guice (sounds like "juice") -
-
Uses of ErrorsException in com.google.inject.internal
Methods in com.google.inject.internal that return ErrorsException Modifier and Type Method Description ErrorsExceptionErrors. toException()Methods in com.google.inject.internal that throw ErrorsException Modifier and Type Method Description protected abstract VFailableCache. create(K key, Errors errors)VFailableCache. get(K key, Errors errors)static Key<?>Annotations. getKey(TypeLiteral<?> type, Member member, Annotation[] annotations, Errors errors)Gets a key for the given type, member and annotations.voidErrors. throwIfNewErrors(int expectedSize)
-