Class QueryTreeException

  • All Implemented Interfaces:
    Serializable

    public class QueryTreeException
    extends RuntimeException
    A parsing exception thrown when the tree resulting from parsing a query is in some sense invalid.
    See Also:
    Serialized Form
    • Constructor Detail

      • QueryTreeException

        public QueryTreeException​(String message,
                                  int position)
    • Method Detail

      • getPosition

        public int getPosition()
        Returns:
        the position at which the error was detected