Package org.sakaiproject.search.api
Class InvalidSearchQueryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- 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
Constructors Constructor Description InvalidSearchQueryException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-