Interface ThrowsTree
- All Superinterfaces:
- BlockTagTree,- DocTree
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
- 
Nested Class SummaryNested classes/interfaces declared in interface com.sun.source.doctree.DocTreeDocTree.Kind
- 
Method SummaryModifier and TypeMethodDescriptionReturns a description of the reasons why the exception may be thrown.Returns the name of the exception being documented.Methods declared in interface com.sun.source.doctree.BlockTagTreegetTagName
- 
Method Details- 
getExceptionNameReferenceTree getExceptionName()Returns the name of the exception being documented.- Returns:
- the name of the exception
 
- 
getDescription
 
-