public class QueryPathCompilationException extends IllegalArgumentException
| Constructor and Description |
|---|
QueryPathCompilationException(String message,
org.antlr.v4.runtime.RecognitionException cause,
org.antlr.v4.runtime.Recognizer<?,?> recognizer,
Object offendingSymbol,
int line,
int charPositionInLine) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCharPositionInLine() |
int |
getLine() |
Object |
getOffendingSymbol() |
org.antlr.v4.runtime.Recognizer<?,?> |
getRecognizer() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic org.antlr.v4.runtime.Recognizer<?,?> getRecognizer()
public Object getOffendingSymbol()
public int getLine()
public int getCharPositionInLine()
Copyright © 2015. All rights reserved.