java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | 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.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Constructs an instance with the incomplete annotation type and the name
of the element that's missing.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Returns the annotation type.
|
||||||||||
|
Returns the incomplete element's name.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
|
|||||||||||
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. |
Returns the annotation type.
Returns the incomplete element's name.