net.cscott.gjdoc
public interface ThrowsTag extends Tag
ThrowsTag
class represents a @throws or @exception
documentation tag.Version: $Id: ThrowsTag.java,v 1.4 2003/03/27 17:30:07 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
.