com.atlassian.confluence.search.v2
Class InvalidQueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.confluence.search.v2.InvalidSearchException
              extended by com.atlassian.confluence.search.v2.InvalidQueryException
All Implemented Interfaces:
java.io.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
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

InvalidQueryException

public InvalidQueryException(java.lang.String queryKey)
Method Detail

getQueryKey

public java.lang.String getQueryKey()


Copyright © 2003-2014 Atlassian. All Rights Reserved.