Class ActionError

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

public class ActionError extends BasicParseError
A ParseError wrapping an ActionException.
  • Constructor Details

  • Method Details

    • getErrorPath

      public MatcherPath getErrorPath()
      Gets the path to the matcher that caused this error.
      Returns:
      the MatcherPath
    • getActionException

      public ActionException getActionException()
      Gets the wrapped ActionException.
      Returns:
      the wrapped ActionException