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:
    Serialized Form
    • Constructor Detail

      • InvalidQueryException

        public InvalidQueryException​(String queryKey)
    • Method Detail

      • getQueryKey

        public String getQueryKey()