Module jdk.compiler

Interface ThrowsTree

所有超级接口:
BlockTagTree, DocTree

public interface ThrowsTree extends BlockTagTree
用于@exception@throws块标签的树节点。@exception@throws的同义词。
    @exception class-name description
    @throws class-name description
 
自Java版本:
1.8
  • Method Details

    • getExceptionName

      ReferenceTree getExceptionName()
      返回正在记录的异常的名称。
      返回:
      异常的名称
    • getDescription

      List<? extends DocTree> getDescription()
      返回异常可能被抛出的原因的描述。
      返回:
      描述