Searched defs:isExceptionOrThrowable (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DFlow.java1158 !isExceptionOrThrowable(exc) &&
1168 !isExceptionOrThrowable(exc)) {
1177 private boolean isExceptionOrThrowable(Type exc) { method in class:Flow

Completed in 35 milliseconds