Searched refs:constantName (Results 1 – 3 of 3) sorted by relevance
50 private String constantName; field in EnumConstantNotPresentException60 String constantName) { in EnumConstantNotPresentException() argument61 super(enumType.getName() + "." + constantName); in EnumConstantNotPresentException()63 this.constantName = constantName; in EnumConstantNotPresentException()78 public String constantName() { return constantName; } in constantName() method in EnumConstantNotPresentException
42 assertEquals("FOUR", e.constantName()); in test_constantName()
301 throw new EnumConstantNotPresentException(ecnpe.enumType(), ecnpe.constantName()); in rethrowError()