org.parboiled.errors
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.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionError
public ActionError(InputBuffer inputBuffer,
int errorIndex,
java.lang.String errorMessage,
MatcherPath errorPath,
ActionException actionException)
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