Document that QueryParseException message is shown to end users
Change-Id: Ib2799757eaae4d2dff1edddc18fe62679097f1e1
This commit is contained in:
parent
5b2c024975
commit
0b052a5bca
@ -14,6 +14,11 @@
|
||||
|
||||
package com.google.gerrit.server.query;
|
||||
|
||||
/**
|
||||
* Exception thrown when a search query is invalid.
|
||||
* <p>
|
||||
* <b>NOTE:</b> the message is visible to end users.
|
||||
*/
|
||||
public class QueryParseException extends Exception {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user