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
-
-
Constructor Summary
Constructors Constructor Description InvalidQueryException(String queryKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getQueryKey()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-