站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.5.1

JavaDocTag.Throws (NetBeans Java Hierarchy API) - NetBeans API Javadoc 5.5.1

org.openide.src 1.8.31

org.openide.src
Interface JavaDocTag.Throws

All Superinterfaces:
JavaDocTag
Enclosing interface:
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.


Nested Class Summary
 
Nested classes/interfaces inherited from interface 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

String exceptionName()
Return the exception name.


exceptionComment

String exceptionComment()
Return the exception comment.


org.openide.src 1.8.31

Built on March 26 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.