-
- All Superinterfaces:
-
BlockTagTree
,DocTree
public interface ThrowsTree extends BlockTagTree
@exception或@throws块标记的树节点。 @exception是@throws的同义词。@exception class-name描述
@throws class-name description- 从以下版本开始:
- 1.8
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.sun.source.doctree.DocTree
DocTree.Kind
-
-
方法摘要
所有方法 接口方法 抽象方法 Modifier and Type 方法 描述 List<? extends DocTree>
getDescription()
返回说明可能抛出异常的原因。ReferenceTree
getExceptionName()
返回正在记录的异常的名称。-
Methods inherited from interface com.sun.source.doctree.BlockTagTree
getTagName
-
-
-
-
方法详细信息
-
getExceptionName
ReferenceTree getExceptionName()
返回正在记录的异常的名称。- 结果
- 异常的名称
-
-