public class QueryParseException extends QueryException
| Constructor and Description | 
|---|
| QueryParseException(int line,
                   int column) | 
| QueryParseException(String msg,
                   int line,
                   int column) | 
| QueryParseException(String msg,
                   Throwable cause,
                   int line,
                   int column) | 
| QueryParseException(Throwable cause,
                   int line,
                   int column) | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | formatMessage(String msg,
             int line,
             int column) | 
| int | getColumn()Column number where the parse exception occurred. | 
| int | getLine()Line number where the parse exception occurred. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringLicenced under the Apache License, Version 2.0