Package ubic.gemma.core.search
Class ParseSearchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ubic.gemma.core.search.SearchException
ubic.gemma.core.search.ParseSearchException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LuceneParseSearchException
An exception that indicate that the search query could not be parsed.
When that occurs, we typically reattempt to parse the query.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParseSearchException
(String query, String message, Throwable cause) ParseSearchException
(String query, String message, Throwable cause, ParseSearchException originalParseException) ParseSearchException
(String query, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionThe originalParseException
if this query was reattempted.getQuery()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParseSearchException
-
ParseSearchException
-
ParseSearchException
public ParseSearchException(String query, String message, Throwable cause, ParseSearchException originalParseException)
-
-
Method Details
-
getQuery
-
getOriginalParseException
The originalParseException
if this query was reattempted.
-