Home | History | Annotate | Download | only in doclava

Lines Matching defs:Errors

62       Errors.error(Errors.BAD_ATTR_TAG, position, "Bad @attr tag: " + text);
73 Errors.error(Errors.BAD_ATTR_TAG, position, "Unresolved @attr ref: " + ref);
77 Errors.error(Errors.BAD_ATTR_TAG, position, "@attr must be a field: " + ref);
85 Errors.error(Errors.BAD_ATTR_TAG, position, "Bad @attr name tag: " + more);
94 Errors.error(Errors.BAD_ATTR_TAG, position, "Bad @attr command: " + command);