Searched defs:thrownType (Results 1 – 2 of 2) sorted by relevance
190 private static boolean isCheckedException(Class<? extends Throwable> thrownType) { in isCheckedException()196 Class<? extends CheckedProvider<?>> providerType, Class<? extends Throwable> thrownType) { in checkThrowable()
552 ResolvedType thrownType = methodDeclaration.getSpecifiedException(j); in appearInThrowsClause() local