| java.lang.Object | |||||
| java.lang.Throwable | Serializable | ||||
| java.lang.Exception | |||||
| java.lang.RuntimeException | |||||
| java.lang.annotation.AnnotationTypeMismatchException | |||||
Indicates that an annotation type has changed since it was compiled or serialized.
| AnnotationTypeMismatchException(Method element, String foundType) | |||||
Constructs an instance for the given type element and the type found. |
|||||
| Method | element() | ||||
The method object for the invalid type. |
|||||
| String | foundType() | ||||
The invalid type. |
|||||
Methods inherited
from class
java.lang.Throwable
Methods inherited
from class
java.lang.Object
Constructs an instance for the given type element and the type found.
| element | The annotation type element. |
|---|---|
| foundType | The invalid type that was found. |
The invalid type.