public interface ParseError
Modifier and Type | Method and Description |
---|---|
int |
getEndIndex()
Gets the end index of the parse error in the underlying input buffer.
|
java.lang.String |
getErrorMessage()
An optional error message.
|
InputBuffer |
getInputBuffer()
Gets the inputbuffer this error occurred in.
|
int |
getStartIndex()
Gets the start index of the parse error in the underlying input buffer.
|
InputBuffer getInputBuffer()
int getStartIndex()
int getEndIndex()
java.lang.String getErrorMessage()