Home
last modified time | relevance | path

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

/external/guice/core/src/com/google/inject/internal/
DMembersInjectorStore.java94 errors.throwIfNewErrors(numErrorsBefore); in createWithListeners()
110 errors.throwIfNewErrors(numErrorsBefore); in createWithListeners()
DConstructorInjectorStore.java88 errors.throwIfNewErrors(numErrorsBefore); in createConstructor()
DConstructorBindingImpl.java110 errors.throwIfNewErrors(numErrors); in create()
135 errors.throwIfNewErrors(numErrors); in create()
DInjectorImpl.java931 errors.throwIfNewErrors(numErrorsBefore);
984 errors.throwIfNewErrors(numErrorsBefore);
1072 errors.throwIfNewErrors(0);
DAnnotations.java312 errors.throwIfNewErrors(numErrorsBefore);
DErrors.java595 public void throwIfNewErrors(int expectedSize) throws ErrorsException { in throwIfNewErrors() method in Errors