net.cscott.sinjdoc

Interface ThrowsTag

public interface ThrowsTag extends Tag

The ThrowsTag class represents a @throws or @exception documentation tag.

Version: $Id: ThrowsTag.java,v 1.5 2003/05/08 03:54:25 cananian Exp $

Author: C. Scott Ananian (cscott@cscott.net)

See Also: com.sun.javadoc.ThrowsTag

Method Summary
Typeexception()
Return a Type object representing the exception.
List<Tag>exceptionComment()
Return the exception comment associated with this ThrowsTag>.
StringexceptionName()
Return the name of the exception associated with this ThrowsTag.

Method Detail

exception

public Type exception()
Return a Type object representing the exception.

exceptionComment

public List<Tag> exceptionComment()
Return the exception comment associated with this ThrowsTag>.

exceptionName

public String exceptionName()
Return the name of the exception associated with this ThrowsTag.
Copyright © 2003 C. Scott Ananian