Class QueryTreeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.appengine.api.search.query.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:
  • Constructor Details

    • QueryTreeException

      public QueryTreeException(String message, int position)
  • Method Details

    • getPosition

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