jdk/src/share/classes/java/lang/EnumConstantNotPresentException.java
changeset 3630 28237c1f0c41
parent 1320 2412b1562801
child 5506 202f599c92aa
--- a/jdk/src/share/classes/java/lang/EnumConstantNotPresentException.java	Thu Aug 20 08:48:29 2009 +0100
+++ b/jdk/src/share/classes/java/lang/EnumConstantNotPresentException.java	Fri Aug 21 11:31:18 2009 -0700
@@ -28,8 +28,12 @@
 /**
  * Thrown when an application tries to access an enum constant by name
  * and the enum type contains no constant with the specified name.
+ * This exception can be thrown by the {@linkplain
+ * java.lang.reflect.AnnotatedElement API used to read annotations
+ * reflectively}.
  *
  * @author  Josh Bloch
+ * @see     java.lang.reflect.AnnotatedElement
  * @since   1.5
  */
 public class EnumConstantNotPresentException extends RuntimeException {