public interface ParseError
Modifier and Type | Method and Description |
---|---|
int |
getEndIndex()
Gets the end index of the parse error in the underlying input buffer.
|
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()
String getErrorMessage()
Copyright © 2022. All rights reserved.