Searched refs:ERROR_COMMAND_LINE (Results 1 – 3 of 3) sorted by relevance
137 mErrors.ERROR_COMMAND_LINE.add(ex.getMessage()); in parse()172 mErrors.ERROR_COMMAND_LINE.add("Required command line argument missing: " in addMissingArgError()177 mErrors.ERROR_COMMAND_LINE.add("Required environment variable missing: " in addMissingEnvError()220 mErrors.ERROR_COMMAND_LINE.add("Can't set level for error " + code); in handleErrorCode()
39 public final Category ERROR_COMMAND_LINE = new Category(1, false, Level.ERROR, field in Errors
45 TestErrors.assertHasEntry(errors.ERROR_COMMAND_LINE, errors); in testErrorMissingLast()58 TestErrors.assertHasEntry(errors.ERROR_COMMAND_LINE, errors); in testErrorMissingNotLast()71 TestErrors.assertHasEntry(errors.ERROR_COMMAND_LINE, errors); in testErrorNotNumeric()