Package sonia.scm.search
Class QueryParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
sonia.scm.ExceptionWithContext
sonia.scm.BadRequestException
sonia.scm.search.QueryParseException
- All Implemented Interfaces:
Serializable
Is thrown if a query with invalid syntax was executed.
- Since:
- 2.21.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class sonia.scm.ExceptionWithContext
ExceptionWithContext.AdditionalMessage
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class sonia.scm.ExceptionWithContext
getAdditionalMessages, getContext, getUrl
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QueryParseException
-
-
Method Details
-
getCode
- Specified by:
getCode
in classExceptionWithContext
-