Searched refs:exceptionNames (Results 1 – 1 of 1) sorted by relevance
991 HashSet<String> exceptionNames = new HashSet<String>(); in superCtorCall() local994 exceptionNames.add(thrown.name()); in superCtorCall()1006 if (thrownExceptions != null && !exceptionNames.contains(thrown.name())) { in superCtorCall()