|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ParseError
Common interface of all parboiled parse error implementations.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
InputBuffer getInputBuffer()
int getStartIndex()
int getEndIndex()
java.lang.String getErrorMessage()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||