Searched refs:exceptionSupertype (Results 1 – 1 of 1) sorted by relevance
306 XType exceptionSupertype = validator.processingEnv.findType(superclass); in checkThrows() local309 if (!isSubtype(thrownType, exceptionSupertype) && !isSubtype(thrownType, errorType)) { in checkThrows()