com.atlassian.confluence.search.v2
Class InvalidResultFilterException

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.InvalidResultFilterException
All Implemented Interfaces:
java.io.Serializable

public class InvalidResultFilterException
extends InvalidSearchException

Thrown when a Search is invalid because it specifies a filter that can not be mapped by the back-end implementation

See Also:
Serialized Form

Constructor Summary
InvalidResultFilterException(java.lang.String filterKey)
           
 
Method Summary
 java.lang.String getFilterKey()
           
 
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

InvalidResultFilterException

public InvalidResultFilterException(java.lang.String filterKey)
Method Detail

getFilterKey

public java.lang.String getFilterKey()


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.