Searched refs:caught (Results 51 - 52 of 52) sorted by relevance

123

/openjdk7/jdk/test/java/lang/invoke/
H A DMethodHandlesTest.java2370 Throwable caught = null;
2379 caught = ex;
2381 assertSame(thrown, caught);
2581 System.out.println("caught "+ex);
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec2316 "whether they are caught or uncaught. "
2327 (boolean caught "Report caught exceptions")
2331 "exception is caught or uncaught at the time it is "
2801 "Location of catch, or 0 if not caught. An exception "
2802 "is considered to be caught if, at the point of the throw, the "
2828 "will be considered caught even though it appears to be uncaught from "

Completed in 149 milliseconds

123