Constructs an IncompleteAnnotationException to indicate that
the named element was missing from the specified annotation type.
super(annotationType.getName() + " missing element " + elementName);
this.annotationType = annotationType;
this.elementName = elementName;