net.cscott.sinjdoc
public interface ThrowsTag extends Tag
ThrowsTag class represents a @throws or @exception
documentation tag.
Version: $Id: ThrowsTag.java,v 1.5 2003/05/08 03:54:25 cananian Exp $
See Also: com.sun.javadoc.ThrowsTag
| Method Summary | |
|---|---|
| Type | exception() Return a Type object representing the exception. |
| List<Tag> | exceptionComment() Return the exception comment associated with this
ThrowsTag>. |
| String | exceptionName() Return the name of the exception associated with this
ThrowsTag. |
Type object representing the exception.ThrowsTag>.ThrowsTag.