Searched refs:unhandled (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DCheck.java1289 List<Type> unhandled(List<Type> thrown, List<Type> handled) { method in class:Check
1290 List<Type> unhandled = List.nil();
1292 if (!isHandled(l.head, handled)) unhandled = unhandled.prepend(l.head);
1293 return unhandled;
1462 List<Type> unhandledErased = unhandled(mt.getThrownTypes(), types.erasure(otthrown));
1463 List<Type> unhandledUnerased = unhandled(mt.getThrownTypes(), otthrown);

Completed in 35 milliseconds