Searched defs:errorMsg (Results 1 - 2 of 2) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/web/
H A DDiffData.java55 public String errorMsg; field in class:DiffData
H A DSearchHelper.java123 public String errorMsg; field in class:SearchHelper
174 * nothing if {@link #redirect} or {@link #errorMsg} have a
180 * <li>{@link #projects}</li> <li>{@link #errorMsg} if an error occurs</li>
189 if (redirect != null || errorMsg != null) {
196 errorMsg = "No project selected!";
245 errorMsg = PARSE_ERROR_MSG + e.getMessage();
247 // errorMsg = "Index database(s) not found: " + e.getMessage();
248 errorMsg = "Index database(s) not found.";
250 errorMsg = e.getMessage();
257 * nothing if {@link #redirect} or {@link #errorMsg} hav
[all...]

Completed in 8 milliseconds