Package org.dspace.app.rest.exception
Class MissingParameterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.dspace.app.rest.exception.MissingParameterException
- All Implemented Interfaces:
Serializable
This class provides an exception to be used when the SearchFilter given is invalid
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMissingParameterException(String message) MissingParameterException(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
-
Constructor Details
-
MissingParameterException
-
MissingParameterException
-