SearchQueryException (Google App Engine API for Java)

com.google.appengine.api.search

Class SearchQueryException

  • All Implemented Interfaces:
    java.io.Serializable


    public class SearchQueryException
    extends SearchBaseException
    Thrown to indicate that a search query was invalid.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      SearchQueryException(java.lang.String message)
      Constructs an exception when a search query is invalid.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SearchQueryException

        public SearchQueryException(java.lang.String message)
        Constructs an exception when a search query is invalid.
        Parameters:
        message - the error detail associated with the invalid query