Class InvalidInputError

java.lang.Object
org.parboiled.errors.BasicParseError
org.parboiled.errors.InvalidInputError
All Implemented Interfaces:
ParseError

public class InvalidInputError extends BasicParseError
A ParseError describing one or more input characters that are illegal with regard to the underlying language grammar.
  • Constructor Details

  • Method Details

    • getFailedMatchers

      public List<MatcherPath> getFailedMatchers()
      Gets the list of paths to the single character matchers that failed at the error location of this error.
      Returns:
      the list of paths to the single character matchers that failed at the error location of this error