Lines Matching defs:errorMsg
123 public String errorMsg;
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} have a
265 * <li>{@link #contextPath}</li> <li>{@link #errorMsg} if an error
272 if (redirect != null || errorMsg != null) {
308 errorMsg = "Too many results for wildcard!";
310 errorMsg = e.getMessage();
406 * if {@link #redirect} or {@link #errorMsg} have a none-{@code null} value.
417 if (redirect != null || errorMsg != null) {