public class UnknownAnnotationValueException
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Thrown-by     Links  

Indicates that an unknown kind of annotation value was encountered. This can occur if the language evolves and new kinds of annotation values can be stored in an annotation. May be thrown by an annotation value visitor to indicate that the visitor was created for a prior version of the language.

extends UnknownEntityException

See also:
AnnotationValueVisitor.visitUnknown

Since:  1.6