org.openide.src
Interface JavaDocTag.Throws

All Superinterfaces:
JavaDocTag
Enclosing class:
JavaDocTag

public static interface JavaDocTag.Throws
extends JavaDocTag

Represents a @throws or @exception documentation tag. Parses and holds the exception name and exception comment. Note: @exception is a backwards compatible synonymy for @throws.


Inner classes inherited from class org.openide.src.JavaDocTag
JavaDocTag.Param, JavaDocTag.See, JavaDocTag.SerialField, JavaDocTag.Throws
 
Method Summary
 String exceptionComment()
          Return the exception comment.
 String exceptionName()
          Return the exception name.
 
Methods inherited from interface org.openide.src.JavaDocTag
kind, name, text
 

Method Detail

exceptionName

public String exceptionName()
Return the exception name.

exceptionComment

public String exceptionComment()
Return the exception comment.


Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.