public class ActionError extends BasicParseError
ParseError wrapping an ActionException.| 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, shiftIndexDeltaBypublic ActionError(InputBuffer inputBuffer, int errorIndex, java.lang.String errorMessage, MatcherPath errorPath, ActionException actionException)
public MatcherPath getErrorPath()
public ActionException getActionException()