Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/validation/
DBindingMethodValidator.java306 XType exceptionSupertype = validator.processingEnv.findType(superclass); in checkThrows() local
309 if (!isSubtype(thrownType, exceptionSupertype) && !isSubtype(thrownType, errorType)) { in checkThrows()