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

/openjdk7/jdk/test/java/lang/annotation/AnnotationTypeMismatchException/
H A DFoundType.java27 * @summary AnnotationTypeMismatchException.foundType method shouldn't loop.
39 AnnotationTypeMismatchException ex =
40 new AnnotationTypeMismatchException(null, TYPE);
/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
/openjdk7/jdk/src/share/classes/sun/reflect/annotation/
H A DAnnotationTypeMismatchExceptionProxy.java31 * ExceptionProxy for AnnotationTypeMismatchException.
57 return new AnnotationTypeMismatchException(member, foundType);
/openjdk7/langtools/src/share/classes/javax/lang/model/element/
H A DElement.java30 import java.lang.annotation.AnnotationTypeMismatchException;
145 * @see AnnotationTypeMismatchException
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/declaration/
H A DAnnotationProxyMaker.java264 return new AnnotationTypeMismatchException(method,
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/model/
H A DAnnotationProxyMaker.java264 return new AnnotationTypeMismatchException(method,

Completed in 45 milliseconds