当前页面: 
在线文档首页 > 
NetBeans API Javadoc 5.5.0 
JavaDocTag.Throws (NetBeans Java Hierarchy API) - NetBeans API Javadoc 5.5.0 
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.
 
 
 
 
exceptionName
String exceptionName()
- Return the exception name.
 
 
 
exceptionComment
String exceptionComment()
- Return the exception comment.