public final class MessageMatcherParserException
extends de.sayayi.lib.protocol.exception.ProtocolException
Matcher parser related exception.
Methods getStartIndex() and getEndIndex() provide information on which part
of the matcher has a syntactical problem.
| Constructor and Description |
|---|
MessageMatcherParserException(@NotNull String matcher,
int startIndex,
int endIndex,
@NotNull String formattedMessage,
org.antlr.v4.runtime.RecognitionException ex) |
| Modifier and Type | Method and Description |
|---|---|
org.antlr.v4.runtime.RecognitionException |
getCause() |
int |
getEndIndex() |
@NotNull String |
getMatcher() |
int |
getStartIndex() |