< prev index next >

nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/CatchTree.java

Print this page

        

*** 32,42 **** * <pre> * catch ( <em>parameter</em> ) * <em>block</em> * </pre> * ! * @since 1.9 */ public interface CatchTree extends Tree { /** * Returns the catch parameter identifier of the exception caught. * --- 32,42 ---- * <pre> * catch ( <em>parameter</em> ) * <em>block</em> * </pre> * ! * @since 9 */ public interface CatchTree extends Tree { /** * Returns the catch parameter identifier of the exception caught. *
< prev index next >