org.sakaiproject.search.api
Class InvalidSearchQueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sakaiproject.search.api.InvalidSearchQueryException
All Implemented Interfaces:
Serializable

public class InvalidSearchQueryException
extends Exception

An exception indicating that the underlying service was not able to pase the Query string as a valid query

Author:
dhorwitz
See Also:
Serialized Form

Constructor Summary
InvalidSearchQueryException(String message, Throwable cause)
           
 
Method Summary
 
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

InvalidSearchQueryException

public InvalidSearchQueryException(String message,
                                   Throwable cause)


Copyright © 2003-2013 Sakai Project. All Rights Reserved.