Module jdk.compiler

Interface ThrowsTree

All Superinterfaces:
BlockTagTree, DocTree

public interface ThrowsTree extends BlockTagTree
A tree node for an @exception or @throws block tag. @exception is a synonym for @throws.
    @exception class-name description
    @throws class-name description
 
Since:
1.8