Document that QueryParseException message is shown to end users

Change-Id: Ib2799757eaae4d2dff1edddc18fe62679097f1e1
This commit is contained in:
Dave Borowitz 2013-08-22 11:51:13 -07:00
parent 5b2c024975
commit 0b052a5bca

View File

@ -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;