Searched defs:AnnotationTypeMismatchException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/annotation/
H A DAnnotationTypeMismatchException.java41 public class AnnotationTypeMismatchException extends RuntimeException { class in inherits:RuntimeException
57 * Constructs an AnnotationTypeMismatchException for the specified
65 public AnnotationTypeMismatchException(Method element, String foundType) { method in class:AnnotationTypeMismatchException

Completed in 35 milliseconds