Package org.dspace.app.rest.exception
Class InvalidSearchRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.dspace.app.rest.exception.InvalidSearchRequestException
-
- All Implemented Interfaces:
Serializable
public class InvalidSearchRequestException extends RuntimeException
This exception is thrown when the given search configuration passed toDiscoverQueryBuilderis invalid- Author:
- Mykhaylo Boychuk (mykhaylo.boychuk at 4science.it)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidSearchRequestException(String message)InvalidSearchRequestException(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
-
-