public class IncompleteAnnotationException

  1. Object
  2. Throwable
  3. Exception
  4. RuntimeException
  5. IncompleteAnnotationException
A mirror of java.lang.annotation.IncompleteAnnotationException.

Constructors

public IncompleteAnnotationException(Class<? extends Annotation> annotationType, String elementName)

Methods

public Class<? extends Annotation> annotationType()
public String elementName()

Inherited methods

Constructor details

IncompleteAnnotationException

public IncompleteAnnotationException(Class<? extends Annotation> annotationType, String elementName)

Method details

annotationType

public Class<? extends Annotation> annotationType()

elementName

public String elementName()