public class

IncompleteAnnotationException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ java.lang.annotation.IncompleteAnnotationException

Class Overview

A mirror of java.lang.annotation.IncompleteAnnotationException.

Summary

Public Constructors
IncompleteAnnotationException(Class<? extends Annotation> annotationType, String elementName)
Public Methods
Class<? extends Annotation> annotationType()
String elementName()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

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

Public Methods

public Class<? extends Annotation> annotationType ()

public String elementName ()