public class

InvalidQueryException

extends InvalidSearchException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.atlassian.confluence.search.v2.InvalidSearchException
         ↳ com.atlassian.confluence.search.v2.InvalidQueryException

Class Overview

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.

Summary

Public Constructors
InvalidQueryException(String queryKey)
Public Methods
String getQueryKey()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public InvalidQueryException (String queryKey)

Public Methods

public String getQueryKey ()