Class InvalidQueryException

All Implemented Interfaces:
Serializable

public class InvalidQueryException extends InvalidSearchException
Thrown when a smart list query could not be converted to an index query. This is usually caused by a plugin or component needed by the query not being available.
See Also:
  • Constructor Details

    • InvalidQueryException

      public InvalidQueryException(String queryKey)
    • InvalidQueryException

      public InvalidQueryException(String queryKey, Throwable cause)
  • Method Details

    • getQueryKey

      public String getQueryKey()