Class InvalidQueryTermException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.ygbstudio.jbrave.core.exceptions.InvalidQueryTermException
- All Implemented Interfaces:
Serializable
This exception is thrown when the query term added to the
AbstractQueryUrlBuilder is invalid.
A query term is invalid if it contains more than 400 characters or exceeds the 50-word limit.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidQueryTermException(String message) InvalidQueryTermException(@NotNull Supplier<String> message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidQueryTermException
-
InvalidQueryTermException
-