Example usage for Java java.lang.annotation AnnotationTypeMismatchException fields, constructors, methods, implement or subclass
The text is from its open source code.
Method | element The Method object for the annotation element. |
AnnotationTypeMismatchException(Method element, String foundType) Constructs an AnnotationTypeMismatchException for the specified annotation type element and found data type. |
Class> | getClass() Returns the runtime class of this Object . |
StackTraceElement[] | getStackTrace() Provides programmatic access to the stack trace information printed by #printStackTrace() . |