Constructs an instance with the incomplete annotation type and the name
of the element that's missing.
super(Messages.getString("annotation.0", elementName, annotationType.getName())); //$NON-NLS-1$
this.annotationType = annotationType;
this.elementName = elementName;