Interface ErroneousTree
A tree node to stand in for malformed text.
- Since:
- 1.8
- 
Nested Class SummaryNested classes/interfaces declared in interface com.sun.source.doctree.DocTreeDocTree.Kind
- 
Method SummaryModifier and TypeMethodDescriptionReturns a diagnostic object giving details about the reason the body text is in error.
- 
Method Details- 
getDiagnosticDiagnostic<JavaFileObject> getDiagnostic()Returns a diagnostic object giving details about the reason the body text is in error.- Returns:
- a diagnostic
 
 
-