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

/openjdk7/jdk/src/share/classes/java/lang/annotation/
H A DAnnotationFormatError.java39 public class AnnotationFormatError extends Error { class in inherits:Error
43 * Constructs a new <tt>AnnotationFormatError</tt> with the specified
48 public AnnotationFormatError(String message) { method in class:AnnotationFormatError
53 * Constructs a new <tt>AnnotationFormatError</tt> with the specified
62 public AnnotationFormatError(String message, Throwable cause) { method in class:AnnotationFormatError
68 * Constructs a new <tt>AnnotationFormatError</tt> with the specified
76 public AnnotationFormatError(Throwable cause) { method in class:AnnotationFormatError

Completed in 427 milliseconds