public class ActionError extends BasicParseError
ParseError
wrapping an ActionException.Constructor and Description |
---|
ActionError(InputBuffer inputBuffer,
int errorIndex,
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
public ActionError(InputBuffer inputBuffer, int errorIndex, String errorMessage, MatcherPath errorPath, ActionException actionException)
public MatcherPath getErrorPath()
public ActionException getActionException()
Copyright © 2013. All Rights Reserved.