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
A parsing exception thrown when the tree resulting from
parsing a query is in some sense invalid.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QueryTreeException
-
-
Method Details
-
getPosition
public int getPosition()- Returns:
- the position at which the error was detected
-