com.atlassian.confluence.search.v2
Class InvalidQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.confluence.search.v2.InvalidSearchException
com.atlassian.confluence.search.v2.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidQueryException
public InvalidQueryException(String queryKey)
getQueryKey
public String getQueryKey()