public class QueryTreeException extends RuntimeExceptionA parsing exception thrown when the tree resulting from parsing a query is in some sense invalid.
Constructors
QueryTreeException(String message, int position)
public QueryTreeException(String message, int position)| Parameters | |
|---|---|
| Name | Description |
message |
String |
position |
int |
Methods
getPosition()
public int getPosition()| Returns | |
|---|---|
| Type | Description |
int |
the position at which the error was detected |