Searched refs:iaeType (Results 1 – 1 of 1) sorted by relevance
1433 TypeId<IllegalArgumentException> iaeType = TypeId.get(IllegalArgumentException.class); in testNestedCatchClauses() local1434 code.addCatchClause(iaeType, catchOuter); in testNestedCatchClauses()1440 Label previousLabel = code.removeCatchClause(iaeType); in testNestedCatchClauses()1441 code.addCatchClause(iaeType, catchInner); in testNestedCatchClauses()1443 code.removeCatchClause(iaeType); in testNestedCatchClauses()1444 code.addCatchClause(iaeType, previousLabel); in testNestedCatchClauses()