src/share/classes/com/sun/tools/javadoc/ThrowsTagImpl.java

changeset 1359
25e14ad23cef
parent 1358
fc123bdeddb8
child 2525
2eb010b6cb22
equal deleted inserted replaced
1358:fc123bdeddb8 1359:25e14ad23cef
30 /** 30 /**
31 * Represents a @throws or @exception documentation tag. 31 * Represents a @throws or @exception documentation tag.
32 * Parses and holds the exception name and exception comment. 32 * Parses and holds the exception name and exception comment.
33 * The exception name my be the name of a type variable. 33 * The exception name my be the name of a type variable.
34 * Note: @exception is a backwards compatible synonymy for @throws. 34 * Note: @exception is a backwards compatible synonymy for @throws.
35 *
36 * <p><b>This is NOT part of any supported API.
37 * If you write code that depends on this, you do so at your own risk.
38 * This code and its internal interfaces are subject to change or
39 * deletion without notice.</b>
35 * 40 *
36 * @author Robert Field 41 * @author Robert Field
37 * @author Atul M Dambalkar 42 * @author Atul M Dambalkar
38 * @see ExecutableMemberDocImpl#throwsTags() 43 * @see ExecutableMemberDocImpl#throwsTags()
39 * 44 *

mercurial