|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.atlassian.confluence.search.v2.InvalidSearchException com.atlassian.confluence.search.v2.InvalidQueryException
public class InvalidQueryException
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.
Constructor Summary | |
---|---|
InvalidQueryException(java.lang.String queryKey)
|
Method Summary | |
---|---|
java.lang.String |
getQueryKey()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InvalidQueryException(java.lang.String queryKey)
Method Detail |
---|
public java.lang.String getQueryKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |