logger.fine("Error : " + ape); // NOI18N
AnnotationInfo info = ape.getLocator();
String msg = (info==null) ?
ape.getMessage() :
StringManagerHelper.getLocalStringsManager().getLocalString(
"com.sun.enterprise.tools.verifier.annotation.error", // NOI18N
"{3}\n annotation: {0}\n symbol: {1}\n location: {2}\n", // NOI18N
new Object[] {info.getAnnotation(), info.getElementType(),
info.getAnnotatedElement(), ape.getMessage()});
LogRecord logRecord = new LogRecord(Level.SEVERE, msg);
resultManager.log(logRecord);