Class AnnotationFormatError

java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.annotation.AnnotationFormatError

public class AnnotationFormatError extends Error
A mirror of java.lang.annotation.AnnotationFormatError.
  • Constructor Details

    • AnnotationFormatError

      public AnnotationFormatError(String message)
    • AnnotationFormatError

      public AnnotationFormatError(String message, Throwable cause)
    • AnnotationFormatError

      public AnnotationFormatError(Throwable cause)