java.lang.annotation.IncompleteAnnotationException| Constructor Summary | ||
| IncompleteAnnotationException(Class<? extends Annotation> annotationType, String elementName) Constructs an IncompleteAnnotationException to indicate that
the named element was missing from the specified annotation type. |
| Method Summary | ||
Class<? extends Annotation> |
annotationType() Returns the Class object for the annotation type with the
missing element. |
|
| elementName() Returns the name of the missing element. |
||
| Methods inherited from class java.lang.Throwable |
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |