Searched refs:DuplicateConstantError (Results 1 – 2 of 2) sorted by relevance
35 public static class DuplicateConstantError extends Error { class in MessageUtils36 private DuplicateConstantError() {} in DuplicateConstantError() method in MessageUtils.DuplicateConstantError37 public DuplicateConstantError(String name1, String name2, int value) { in DuplicateConstantError() method in MessageUtils.DuplicateConstantError98 throw new DuplicateConstantError(name, previousName, value); in findMessageNames()
92 @Test(expected=MessageUtils.DuplicateConstantError.class)