Method Summary |
|
String | getCode() Gets a diagnostic code indicating the type of diagnostic. |
long | getColumnNumber() Gets the column number of the character offset returned by
. |
long | getEndPosition() Gets the character offset from the beginning of the file
associated with this diagnostic that indicates the end of the
problem. |
Kind | getKind() Gets the kind of this diagnostic, for example, error or
warning. |
long | getLineNumber() Gets the line number of the character offset returned by
. |
String | getMessage(Locale locale) Gets a localized message for the given locale. |
long | getPosition() Gets a character offset from the beginning of the source object
associated with this diagnostic that indicates the location of
the problem. |
S | getSource() Gets the source object associated with this diagnostic.
the source object associated with this diagnostic. |
long | getStartPosition() Gets the character offset from the beginning of the file
associated with this diagnostic that indicates the start of the
problem. |