src/share/classes/com/sun/source/tree/ThrowTree.java

changeset 972
694ff82ca68e
parent 554
9d9f26857129
child 1590
011cf7e0a148
equal deleted inserted replaced
971:bfbc197b560f 972:694ff82ca68e
31 * For example: 31 * For example:
32 * <pre> 32 * <pre>
33 * throw <em>expression</em>; 33 * throw <em>expression</em>;
34 * </pre> 34 * </pre>
35 * 35 *
36 * @see "The Java Language Specification, 3rd ed, section 14.18" 36 * @jls section 14.18
37 * 37 *
38 * @author Peter von der Ah&eacute; 38 * @author Peter von der Ah&eacute;
39 * @author Jonathan Gibbons 39 * @author Jonathan Gibbons
40 * @since 1.6 40 * @since 1.6
41 */ 41 */

mercurial