Package com.google.gerrit.index.query
Class QueryParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.gerrit.index.query.QueryParseException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 QueryRequiresAuthException,TooManyTermsInQueryException
Exception thrown when a search query is invalid.
 
NOTE: the message is visible to end users.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionQueryParseException(String message) QueryParseException(String msg, Throwable why)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
QueryParseException
 - 
QueryParseException
 
 -