|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.parboiled.errors.BasicParseError
org.parboiled.errors.ActionError
public class ActionError
A ParseError wrapping an ActionException.
| Constructor Summary | |
|---|---|
ActionError(InputBuffer inputBuffer,
int errorIndex,
java.lang.String errorMessage,
MatcherPath errorPath,
ActionException actionException)
|
|
| Method Summary | |
|---|---|
ActionException |
getActionException()
Gets the wrapped ActionException. |
MatcherPath |
getErrorPath()
Gets the path to the matcher that caused this error. |
| Methods inherited from class org.parboiled.errors.BasicParseError |
|---|
getEndIndex, getErrorMessage, getIndexDelta, getInputBuffer, getStartIndex, setEndIndex, shiftIndexDeltaBy |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActionError(InputBuffer inputBuffer,
int errorIndex,
java.lang.String errorMessage,
MatcherPath errorPath,
ActionException actionException)
| Method Detail |
|---|
public MatcherPath getErrorPath()
public ActionException getActionException()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||