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
NameDescription
messageString
positionint

Methods

getPosition()

public int getPosition()
Returns
TypeDescription
int

the position at which the error was detected