java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.lang.model.UnknownEntityException
javax.lang.model.element.UnknownAnnotationValueException
- All Implemented Interfaces:
Serializable
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.
- Since:
- 1.6
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newUnknownAnnotationValueException
. -
Method Summary
Modifier and TypeMethodDescriptionReturns the additional argument.Returns the unknown annotation value.Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString