|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.parboiled.errors.BasicParseError
org.parboiled.errors.InvalidInputError
public class InvalidInputError
A ParseError describing one or more input characters that are illegal with regard to the underlying
language grammar.
| Constructor Summary | |
|---|---|
InvalidInputError(InputBuffer inputBuffer,
int startIndex,
java.util.List<MatcherPath> failedMatchers,
java.lang.String errorMessage)
|
|
| Method Summary | |
|---|---|
java.util.List<MatcherPath> |
getFailedMatchers()
Gets the list of paths to the single character matchers that failed at the error location of this error. |
| Methods inherited from class org.parboiled.errors.BasicParseError |
|---|
getEndIndex, getErrorMessage, getIndexDelta, getInputBuffer, getStartIndex, setEndIndex, shiftIndexDeltaBy |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InvalidInputError(InputBuffer inputBuffer,
int startIndex,
java.util.List<MatcherPath> failedMatchers,
java.lang.String errorMessage)
| Method Detail |
|---|
public java.util.List<MatcherPath> getFailedMatchers()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||