Exception QueryTreeException (2.0.0)

public class QueryTreeException extends RuntimeException

A 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