public final class ErrorDescription extends Object
ErrorDescriptionFactory if you want to create instances of this class.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
CharSequence |
getDetails() |
FileObject |
getFile() |
LazyFixList |
getFixes()
The list of fixes that will be associated with the error.
|
String |
getId() |
PositionBounds |
getRange() |
Severity |
getSeverity()
The severity determines how the hint will be rendered.
|
int |
hashCode() |
String |
toString() |
@CheckForNull public String getId()
ErrorDescription,
or null if none was specifiedpublic String getDescription()
@CheckForNull public CharSequence getDetails()
ErrorDescription,
or null if none was specifiedpublic Severity getSeverity()
Severity of the errorpublic LazyFixList getFixes()
LazyFixList containing the fixespublic PositionBounds getRange()
null if no place to markpublic FileObject getFile()
null if there is noneBuilt on June 18 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.