KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > lang > annotation > IncompleteAnnotationException

java.lang.annotation
Class IncompleteAnnotationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.annotation.IncompleteAnnotationException
All Implemented Interfaces:
Serializable

public Class<? extends Annotation> annotationType()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String elementName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public IncompleteAnnotationException(Class<? extends Annotation> annotationType,
                                     String elementName)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags