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

/openjdk7/jdk/test/java/nio/channels/Selector/
H A DKeySets.java41 static abstract class Catch { class in class:KeySets
43 Catch(Class xc) throws Exception { method in class:KeySets.Catch
68 new Catch(ClosedSelectorException.class) {
73 new Catch(ClosedSelectorException.class) {
81 new Catch(UnsupportedOperationException.class) {
85 new Catch(UnsupportedOperationException.class) {
100 new Catch(UnsupportedOperationException.class) {
105 new Catch(UnsupportedOperationException.class) {
112 new Catch(UnsupportedOperationException.class) {
117 new Catch(UnsupportedOperationExceptio
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DTreeMaker.java268 public JCCatch Catch(JCVariableDecl param, JCBlock body) { method in class:TreeMaker
H A DJCTree.java147 /** Catch clauses in try statements, of type Catch.
2140 JCCatch Catch(JCVariableDecl param, JCBlock body); method in interface:JCTree.Factory

Completed in 5086 milliseconds