public class

AnnotationFormatError

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

Class Overview

A mirror of java.lang.annotation.AnnotationFormatError.

Summary

Public Constructors
AnnotationFormatError(String message)
AnnotationFormatError(String message, Throwable cause)
AnnotationFormatError(Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public AnnotationFormatError (String message)

public AnnotationFormatError (String message, Throwable cause)

public AnnotationFormatError (Throwable cause)