public class ActionError extends BasicParseError
ParseError
wrapping an ActionException.Modifier and Type | Field and Description |
---|---|
private ActionException |
actionException |
private MatcherPath |
errorPath |
Constructor and Description |
---|
ActionError(InputBuffer inputBuffer,
int errorIndex,
java.lang.String errorMessage,
MatcherPath errorPath,
ActionException actionException) |
Modifier and Type | Method and Description |
---|---|
ActionException |
getActionException()
Gets the wrapped ActionException.
|
MatcherPath |
getErrorPath()
Gets the path to the matcher that caused this error.
|
getEndIndex, getErrorMessage, getIndexDelta, getInputBuffer, getStartIndex, setEndIndex, shiftIndexDeltaBy
private final MatcherPath errorPath
private final ActionException actionException
public ActionError(InputBuffer inputBuffer, int errorIndex, java.lang.String errorMessage, MatcherPath errorPath, ActionException actionException)
public MatcherPath getErrorPath()
public ActionException getActionException()