| java.lang.Object | |||||
| java.lang.Throwable | Serializable | ||||
| java.lang.Exception | |||||
| java.lang.RuntimeException | |||||
| java.lang.annotation.IncompleteAnnotationException | |||||
Indicates that an element of an annotation type was accessed that was added after the type was compiled or serialized. This does not apply to new elements that have default values.
| IncompleteAnnotationException(Class annotationType, String elementName) | |||||
Constructs an instance with the incomplete annotation type and the name of the element that's missing. |
|||||
| Class | annotationType() | ||||
The annotation type. |
|||||
| String | elementName() | ||||
The incomplete element's name. |
|||||
Methods inherited
from class
java.lang.Throwable
Methods inherited
from class
java.lang.Object
Constructs an instance with the incomplete annotation type and the name of the element that's missing.
| annotationType | The annotation type. |
|---|---|
| elementName | The name of the incomplete element. |
The annotation type.
The incomplete element's name.